Skip to content

kraft cloud scale get

Get an autoscale configuration or policy of a service group.

kraft cloud scale get [FLAGS] UUID|NAME

Examples

# Get an autoscale configuration by UUID of a service group
$ kraft cloud scale get fd1684ea-7970-4994-92d6-61dcc7905f2b
# Get an autoscale configuration by name of a service group
$ kraft cloud scale get my-service-group
# Get an autoscale policy by UUID of a service group
$ kraft cloud scale get fd1684ea-7970-4994-92d6-61dcc7905f2b --policy my-policy
# Get an autoscale policy by name of a service group
$ kraft cloud scale get my-service-group --policy my-policy

Options

-h, --help help for get
-o, --output string Output format (default "list")
-p, --policy string Get a policy instead of a configuration

Options inherited from parent commands

--metro string Set the KraftCloud metro
--token string Set the KraftCloud token

Aliases

The kraft cloud scale get command can also be run as:

gt

See Also