Restore a Key Versions
Restores the specified version of key.
stackit beta kms version restore [flags]
Restore key version "0" for the key "my-key-id" inside the key ring "my-key-ring-id"
$ stackit beta kms version restore --key "my-key-id" --key-ring "my-key-ring-id" --version 0
-h, --help Help for "stackit beta kms version restore"
--key string ID of the Key
--key-ring string ID of the KMS Key Ring
--version int Version number of the key
-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 beta kms version - Manage KMS Key versions