Updates a server
Updates a server.
stackit server update SERVER_ID [flags]
Update server with ID "xxx" with new name "server-1-new"
$ stackit server update xxx --name server-1-new
Update server with ID "xxx" with new name "server-1-new" and label(s)
$ stackit server update xxx --name server-1-new --labels key=value,foo=bar
-h, --help Help for "stackit server update"
--labels stringToString Labels are key-value string pairs which can be attached to a server. E.g. '--labels key1=value1,key2=value2,...' (default [])
-n, --name string Server 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" "none" "yaml"]
-p, --project-id string Project ID
--region string Target region for region-specific requests
--verbosity string Verbosity of the CLI, one of ["debug" "info" "warning" "error"] (default "info")
- stackit server - Provides functionality for servers