Updates an Argus instance
Updates an Argus instance.
stackit argus instance update INSTANCE_ID [flags]
Update the plan of an Argus instance with ID "xxx" by specifying the plan ID
$ stackit argus instance update xxx --plan-id yyy
Update the plan of an Argus instance with ID "xxx" by specifying the plan name
$ stackit argus instance update xxx --plan-name Frontend-Starter-EU01
Update the name of an Argus instance with ID "xxx"
$ stackit argus instance update xxx --name new-instance-name
-h, --help Help for "stackit argus instance update"
-n, --name string Instance name
--plan-id string Plan ID
--plan-name string Plan name
-y, --assume-yes If set, skips all confirmation prompts
--async If set, runs the command asynchronously
-o, --output-format string Output format, one of ["json" "pretty"]
-p, --project-id string Project ID
--verbosity string Verbosity of the CLI, one of ["debug" "info" "warning" "error"] (default "info")
- stackit argus instance - Provides functionality for Argus instances