list-instances
Last updated
List the instances in a Rumi network.
rumi cloud civo list-instances \
--api-key <token> \
--region <region> \
--network <network>--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 instances (e.g. FRA1)
Required
--network
-n
The name of the network in which to list the instances
Required
rumi cloud civo list-instances \
--api-key $CIVO_API_TOKEN \
--region FRA1 \
--network my-cloudLast updated