Updates a security group
Updates a named security group
stackit security-group update GROUP_ID [flags]
Update the name of group "xxx"
$ stackit security-group update xxx --name my-new-name
Update the labels of group "xxx"
$ stackit security-group update xxx --labels label1=value1,label2=value2
--description string An optional description of the security group.
-h, --help Help for "stackit security-group update"
--labels stringToString Labels are key-value string pairs which can be attached to a network-interface. E.g. '--labels key1=value1,key2=value2,...' (default [])
--name string The name of the security group.
-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 security-group - Manage security groups