Restoring a key
Restoring a vault key using the OCI Console and API interfaces.
Use the oci kms management key restore command and required parameters to restore a key:
oci kms management key restore --bucket-name <bucket_name> --from-json <json_input>
See Advanced JSON Options for information on using JSON input with this command.
For a complete list of parameters and values for CLI commands, see the CLI Command Reference.
Use the RestoreKeyFromFile API to restore a key from a backup file.
For information about using the API and signing requests, see REST API documentation and Security Credentials. For information about SDKs, see SDKs and the CLI.