Canceling Scheduled Deletion of an HSM Cluster

Cancel the scheduled deletion of an HSM cluster.

    1. Open the Oracle Cloud Console navigation menu and click Identity & Security. Under key Management & Secret Management, click Dedicated Key Management.
    2. Inthe Dedicated Key Management home page, select a cluster from the summary table.
    3. In the HSM Cluster Details page, click CancelDeletion.
    4. To confirm, click Cancel Deletion.
  • Open a command prompt and run oci kms-hsm-cluster cancel-deletion to 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.examplesrcvbtqe5wgrxn2jua3olmeausn5fauxseubwu5my	

    For a complete list of parameters and values for CLI commands, see KMS CLI Command Reference.

  • Run the CancelHsmClusterDeletion operationthat 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.