Scheduling Deletion of an HSM Cluster

Schedules the deletion of an HSM cluster, update its lifecycle state to "PENDING_DELETION" and deletesit after the retention period.

    1. Open the Oracle Cloud Console navigation menu and click Identity & Security. Under key Management & Secret Management, click Dedicated Key Management.
    2. In the Dedicated Key Management home page, select a cluster from the summary table.
      Note

      OCI KMS provides 7 days buffer time for you to delete a HSM cluster. When you schedule a cluster for deletion, you can see it in transition state and all actions on the HSM Cluster Details page are disabled.
  • Open a command prompt and run hsm-cluster schedule-hsm-cluster-deletion to schedule HSM cluster deletion.

    oci kms kms-hsm-cluster hsm-cluster schedule-hsm-cluster-deletion --hsm-cluster-id

    For example:

    oci kms kms-hsm-cluster hsm-cluster schedule-hsm-cluster-deletion hsm-cluster-1

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

  • Run the ScheduleHsmClusterDeletion operation that uses the KMSHSMCLUSTER API endpoint.

    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.