System Grab Bag

View all TLDR pages from common (or from all pages)

doctl compute droplet

List, create, and delete virtual machines which are called droplets. More information: https://docs.digitalocean.com/reference/doctl/reference/compute/droplet/.
  • 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

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.