Instances --------- | Command | Description | | --- | --- | | `civo instance ls` | List instances | | `civo instance show ` | Show instance details | | `civo instance create ` | Create a new instance | | `civo instance firewall ` | Set firewall for instance | | `civo instance password` | Show instance's default password | | `civo instance public-ip` | Enable/disable controls if instance should have a public IP | | `civo instance reboot ` | Hard reboot an instance | | `civo instance remove ` | Remove/delete instance | | `civo instance size` | List instances size | | `civo instance soft-reboot` | Soft reboot an instance | | `civo instance start` | Start an instance | | `civo instance stop` | Stop an instance | | `civo instance tag` | Change the instance's tags | | `civo instance update` | Change the instance | | `civo instance upgrade` | Upgrade an instance | ### Instance Creation Flags | Flag | Description | | --- | --- | | `--size`, `-i` | Size of the instance | | `--diskimage`, `-t` | Disk image to use | | `--public-ip`, `-p` | Enable a public IP | | `--firewall`, `-l` | Firewall to apply | | `--region` | Region to create the instance in | | `--ssh-key`, `-k` | SSH key to add to the instance | | `--wait`, `-w` | Wait for the instance to be created | ### Query Disk Images Sizes | Command | Description | | ------------------------------ | ------------------------ | | `civo diskimage ls` | List disk images | | `civo diskimage find ` | Find disk images by name | | `civo size ls` | List sizes |