For the complete documentation index, see llms.txt. This page is also available as Markdown.

start-monitor

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

Syntax

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

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

See Also

Last updated