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

list-networks

List the Rumi networks in a Civo region.

Syntax

rumi cloud civo list-networks \
  --api-key <token> \
  --region <region>

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 list the networks (e.g. FRA1)

Required

Example

rumi cloud civo list-networks \
  --api-key $CIVO_API_TOKEN \
  --region FRA1

See Also

Last updated