Canceling Scheduled Deletion of an HSM Cluster

Learn how to cancel the scheduled deletion of an HSM cluster.

Note that you can only cancel the scheduled deletion of HSM clusters that are in the 7-day waiting period that follows the scheduling of the deletion.
    1. On the HSM cluster list page, find the HSM cluster that you want to work with. If you need help finding the list page, see Listing HSM Clusters.
    2. From the Actions menu Actions Menu at the end of the row entry for the cluster, select Cancel Deletion.
    3. Select Cancel Deletion in the confirmation dialog to confirm that you want to cancel the deletion of the cluster.
  • Use the oci kms kms-hsm-cluster hsm-cluster cancel-hsm-cluster-deletion command and required parameters 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 the CLI Command Reference.

  • Use the CancelHsmClusterDeletion API with the KMSHSMCLUSTER endpoint to cancel a scheduled HSM cluster deletion operation.

    Note

    Each region uses the KMSHSMCLUSTER API endpoint for HSM cluster operations. For regional endpoints, see the API Endpoints.

    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.