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

# list-locations

List the available locations (regions) in Hetzner Cloud, e.g. `fsn1`, `nbg1`, `hel1`, `ash`, `hil`.

## Syntax

```bash
rumi cloud hetzner list-locations [--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-locations --api-key $HCLOUD_TOKEN
```

## See Also

* [list-sshkeys](/rumi-cli/commands/cloud/hetzner/list-sshkeys.md)
* [list-server-types](/rumi-cli/commands/cloud/hetzner/list-server-types.md)
* [list-images](/rumi-cli/commands/cloud/hetzner/list-images.md)
