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

start

Start (power on) every instance in a provisioned environment.

Syntax

rumi cloud civo start \
  --api-key <token> \
  --region <region> \
  --network <network> \
  [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 to start

Required

--nowait

-o

Do not wait for the instances to fully start

false

Example

rumi cloud civo start \
  --api-key $CIVO_API_TOKEN \
  --region FRA1 \
  --network my-cloud

See Also

Last updated