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

start-platform

Start (power on) every platform instance in a network, in dependency order: the bastion is started first so DNS and the reverse proxy are up before the other roles come back.

Syntax

rumi cloud hetzner start-platform \
  --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-platform --api-key $HCLOUD_TOKEN --network my-cloud

Notes

  • Acts on all platform roles (bastion, admin, monitor, and any broker). The bastion is started first.

  • Service (worker) instances are not touched; start them with start-instance, or start the whole network with start.

See Also

Last updated