Files
2026-07-20 09:23:17 -04:00

41 lines
1.6 KiB
Markdown

Instances
---------
| Command | Description |
| --- | --- |
| `civo instance ls` | List instances |
| `civo instance show <instance>` | Show instance details |
| `civo instance create <hostname>` | Create a new instance |
| `civo instance firewall <hostname> <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 <hostname>` | Hard reboot an instance |
| `civo instance remove <hostname>` | 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 <string>` | Find disk images by name |
| `civo size ls` | List sizes |