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

resize-instance

Resize a service (worker) instance to a new size.

Syntax

rumi cloud civo resize-instance \
  --api-key <token> \
  --region <region> \
  --network <network> \
  --name <name> \
  --size <size> \
  [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 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

Example

Notes

See Also

Last updated