Canceling Scheduled Deletion of an HSM Cluster
Cancel the scheduled deletion of an HSM cluster.
- Open the Oracle Cloud Console navigation menu and click Identity & Security. Under key Management & Secret Management, click Dedicated Key Management.
- Inthe Dedicated Key Management home page, select a cluster from the summary table.
- In the HSM Cluster Details page, click CancelDeletion.
- To confirm, click Cancel Deletion.
Open a command prompt and run
oci kms-hsm-cluster cancel-deletionto cancel the pending deletion of a HSM cluster:oci kms kms-hsm-cluster cancel-deletion --cluster-id <target_cluster_id>For example:
oci kms kms-hsm-cluster cancel-deletion -–hsm-cluster-id ocid1.kmshsmcluster.region1.sea.exampleaaacu2.examplesrcvbtqe5wgrxn2jua3olmeausn5fauxseubwu5myFor a complete list of parameters and values for CLI commands, see KMS CLI Command Reference.
Run the
CancelHsmClusterDeletionoperationthat uses the KMSHSMCLUSTER API endpoint.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.