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

# list-networks

List the Rumi private networks provisioned in the Hetzner Cloud project.

## Syntax

```bash
rumi cloud hetzner list-networks --api-key <token>
```

## Options

| Option      | Short | Description                                                 | Default  |
| ----------- | ----- | ----------------------------------------------------------- | -------- |
| `--api-key` | `-k`  | The Hetzner Cloud project API token (or set `HCLOUD_TOKEN`) | Required |

## Example

```bash
rumi cloud hetzner list-networks --api-key $HCLOUD_TOKEN
```

## See Also

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