> 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-networks.md).

# list-networks

List the Rumi networks in a Civo region.

## Syntax

```bash
rumi cloud civo list-networks \
  --api-key <token> \
  --region <region>
```

## Options

| Option      | Short | Description                                                 | Default  |
| ----------- | ----- | ----------------------------------------------------------- | -------- |
| `--api-key` | `-k`  | The Civo API token to use (or set `CIVO_API_TOKEN`)         | Required |
| `--region`  | `-r`  | The Civo region in which to list the networks (e.g. `FRA1`) | Required |

## Example

```bash
rumi cloud civo list-networks \
  --api-key $CIVO_API_TOKEN \
  --region FRA1
```

## See Also

* [create-network](/rumi-cli/commands/cloud/civo/create-network.md)
* [delete-network](/rumi-cli/commands/cloud/civo/delete-network.md)
* [list-instances](/rumi-cli/commands/cloud/civo/list-instances.md)
