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

# list-networks

List all Rumi networks in the specified region.

## Syntax

```bash
rumi cloud aws list-networks --profile <profile> [--region <region>]
```

## Options

| Option      | Short | Description        | Default   |
| ----------- | ----- | ------------------ | --------- |
| `--profile` | `-p`  | AWS profile to use | Required  |
| `--region`  | `-r`  | AWS region         | us-east-1 |

## Example

```bash
rumi cloud aws list-networks --profile my-aws-profile
```

## See Also

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