list-instances
Last updated
List the platform and service instances in a network.
rumi cloud hetzner list-instances \
--api-key <token> \
--network <network> \
[options]--api-key
-k
The Hetzner Cloud project API token (or set HCLOUD_TOKEN)
Required
--region
-r
The Hetzner location the network is in
fsn1
--network
-n
The name of the network
Required
rumi cloud hetzner list-instances --api-key $HCLOUD_TOKEN --network my-cloudPrints the platform instances (roles) and the service (worker) instances separately.
Last updated