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`