> For the complete documentation index, see [llms.txt](https://docs.rumi.systems/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rumi.systems/rumi-cli/commands/cloud/civo/list-instance-sizes.md).

# list-instance-sizes

List the instance sizes available on Civo (e.g. `g4s.xsmall`), for use with the `--size` flag of [launch-instance](/rumi-cli/commands/cloud/civo/launch-instance.md).

## Syntax

```bash
rumi cloud civo list-instance-sizes [--api-key <token>]
```

## Options

| Option      | Short | Description                                         | Default  |
| ----------- | ----- | --------------------------------------------------- | -------- |
| `--api-key` | `-k`  | The Civo API token to use (or set `CIVO_API_TOKEN`) | Required |

## Example

```bash
rumi cloud civo list-instance-sizes --api-key $CIVO_API_TOKEN
```

## Notes

* This command is also available under the alias `list-instance-types`.

## See Also

* [list-sshkeys](/rumi-cli/commands/cloud/civo/list-sshkeys.md)
* [list-diskimages](/rumi-cli/commands/cloud/civo/list-diskimages.md)
* [launch-instance](/rumi-cli/commands/cloud/civo/launch-instance.md)
