Updates a STACKIT Network Area (SNA)
Updates a STACKIT Network Area (SNA) in an organization.
stackit network-area update AREA_ID [flags]
Update network area with ID "xxx" in organization with ID "yyy" with new name "network-area-1-new"
$ stackit network-area update xxx --organization-id yyy --name network-area-1-new
-h, --help Help for "stackit network-area update"
--labels stringToString Labels are key-value string pairs which can be attached to a network-area. E.g. '--labels key1=value1,key2=value2,...' (default [])
-n, --name string Network area name
--organization-id string Organization ID
-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 network-area - Provides functionality for STACKIT Network Area (SNA)