> 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/start-monitor.md).

# start-monitor

Start (power on) the Monitor node in a network.

## Syntax

```bash
rumi cloud hetzner start-monitor \
  --api-key <token> \
  --network <network> \
  [options]
```

## Options

| Option      | Short | Description                                                 | Default  |
| ----------- | ----- | ----------------------------------------------------------- | -------- |
| `--api-key` | `-k`  | The Hetzner Cloud project API token (or set `HCLOUD_TOKEN`) | Required |
| `--region`  | `-r`  | The Hetzner location the network is in                      | `fsn1`   |
| `--network` | `-n`  | The name of the network                                     | Required |

## Example

```bash
rumi cloud hetzner start-monitor --api-key $HCLOUD_TOKEN --network my-cloud
```

## See Also

* [launch-monitor](/rumi-cli/commands/cloud/hetzner/launch-monitor.md)
* [stop-monitor](/rumi-cli/commands/cloud/hetzner/stop-monitor.md)
* [terminate-monitor](/rumi-cli/commands/cloud/hetzner/terminate-monitor.md)
