From 0dd975ec3ac37dae572142c403a292ede2a76e0e Mon Sep 17 00:00:00 2001 From: 258204 <71364336+258204@users.noreply.github.com> Date: Sat, 18 Dec 2021 12:52:51 -0700 Subject: [PATCH] doctl-compute-droplet: add page (#7524) --- pages/common/doctl-compute-droplet.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pages/common/doctl-compute-droplet.md diff --git a/pages/common/doctl-compute-droplet.md b/pages/common/doctl-compute-droplet.md new file mode 100644 index 000000000..7af3776a9 --- /dev/null +++ b/pages/common/doctl-compute-droplet.md @@ -0,0 +1,16 @@ +# doctl compute droplet + +> List, create, and delete virtual machines which are called droplets. +> More information: . + +- Create a droplet: + +`doctl compute droplet create --region {{region}} --image {{os_image}} --size {{vps_type}} {{droplet_name}}` + +- Delete a droplet: + +`doctl compute droplet delete {{droplet_id|droplet_name}}` + +- List droplets: + +`doctl compute droplet list`