LinuxCommandLibrary

doctl-compute-droplet

List, create, and delete virtual machines which are called droplets.

TLDR

Create a droplet

$ doctl compute droplet create --region [region] --image [os_image] --size [vps_type] [droplet_name]
copy


Delete a droplet
$ doctl compute droplet delete [droplet_id|droplet_name]
copy


List droplets
$ doctl compute droplet list
copy

Copied to clipboard