doctl compute droplet
List, create, and delete virtual machines which are called droplets.
- 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
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).