Restoring Vault from a Backup
Restore a vault from a backup using the CLI and API interfaces.
Use the oci kms management vault restore command to restore a vault from Object Storage.
oci kms management vault restore --compartment-id <compartment_id>
Use the oci kms management vault restore-from-file command to restore a vault from an encrypted file.
oci kms management vault restore-from-file --compartment-id <compartment_id> --restore-vault-from-file-location <file_location>
Run the RestoreVaultFromFile operation to restore vault 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.