resize-instance
Last updated
Resize a service (worker) instance to a new size.
rumi cloud civo resize-instance \
--api-key <token> \
--region <region> \
--network <network> \
--name <name> \
--size <size> \
[options]--api-key
-k
The Civo API token to use (or set CIVO_API_TOKEN)
Required
--region
-r
The Civo region in which to resize the instance (e.g. FRA1)
Required
--network
-n
The name of the network the instance is in
Required
--name
-a
The name of the service instance to resize
Required
--size
-z
The new size of the service instance (e.g. g4s.xsmall)
Required
--nowait
-o
Do not wait for the instance to fully start
false
Use list-instance-sizes to discover valid --size values.
Last updated
rumi cloud civo resize-instance \
--api-key $CIVO_API_TOKEN \
--region FRA1 \
--network my-cloud \
--name myapp \
--size g4s.xsmall