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

launch-platform

Convenience: launch a standard Rumi platform in dependency order — the bastion, then Admin, Monitor, and a Solace broker — into an existing network.

Syntax

rumi cloud civo launch-platform \
  --api-key <token> \
  --region <region> \
  --network <network> \
  --keyPair <keypair> \
  [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 in which to create the instances (e.g. FRA1)

Required

--network

-n

Name of the network to launch into

Required

--keyPair

-K

The network SSH key pair

Required

Example

rumi cloud civo launch-platform \
  --api-key $CIVO_API_TOKEN \
  --region FRA1 \
  --network my-cloud \
  --keyPair rumi

Notes

  • Launches, in order: launch-bastionlaunch-adminlaunch-monitorlaunch-solace, wiring DNS for each.

  • The bastion is always launched first (it hosts DNS and is the entry point).

  • Because Civo installs software at boot (cloud-init), a full platform launch takes longer on first boot than a prebaked-image provider.

See Also

Last updated