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

configure

Add, update, or remove a controller configuration property in a provisioned environment. Properties are organized into sections (e.g. Launch). Omit --value to remove a property.

Syntax

rumi cloud hetzner configure \
  --api-key <token> \
  --network <network> \
  --key-pair <keypair> \
  --section <section> \
  --key <key> \
  [--value <value>] \
  [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 environment to configure

Required

--key-pair

-K

The SSH key pair to reach the bastion

Required

--section

-S

The controller config section (e.g. Launch)

Required

--key

-y

The property key

Required

--value

-v

The property value; omit to remove the property

none (removes the property)

Example

Notes

  • Runs against the admin node's controller configuration via the bastion; the bastion must be running.

See Also

Last updated