Updates a key pair
Updates a key pair.
stackit key-pair update KEY_PAIR_NAME [flags]
Update the labels of a key pair with name "KEY_PAIR_NAME" with "key=value,key1=value1"
$ stackit key-pair update KEY_PAIR_NAME --labels key=value,key1=value1
-h, --help Help for "stackit key-pair update"
--labels stringToString Labels are key-value string pairs which can be attached to a server. E.g. '--labels key1=value1,key2=value2,...' (default [])
-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 key-pair - Provides functionality for SSH key pairs