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

configure

Add or update a controller configuration property in a provisioned environment. Properties are organized into sections (e.g. Launch).

Syntax

rumi cloud civo configure \
  --api-key <token> \
  --region <region> \
  --network <network> \
  --keyPair <keypair> \
  --section <section> \
  --key <key> \
  --value <value> \
  [options]

Options

Option
Short
Description
Default

--api-key

-k

The Civo API token to use (or set CIVO_API_TOKEN)

Required

--region

-r

The Civo region to use (e.g. FRA1)

Required

--network

-n

The name of the environment whose config is to be updated

Required

--keyPair

-K

The network SSH key pair

Required

--section

-s

The configuration property section (e.g. Launch)

Required

--key

-e

The configuration property key

Required

--value

-v

The configuration property value

Required

Example

Notes

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

See Also

Last updated