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

start-instance

Start (power on) a service (worker) instance in a network.

Syntax

rumi cloud hetzner start-instance \
  --api-key <token> \
  --network <network> \
  --service <service> \
  [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

--service

-s

The service instance name

Required

Example

rumi cloud hetzner start-instance --api-key $HCLOUD_TOKEN --network my-cloud --service myapp

See Also

Last updated