Canceling Certificate Deletion

Cancel a scheduled certificate deletion if you no longer want to delete the certificate.

    1. Open the navigation menu and click Identity & Security.
    2. Under Certificates, click Certificates.
    3. From the list of certificates in the compartment, click the name of the certificate for which you want to cancel a scheduled deletion.

      To find a certificate in a different compartment, under List scope, choose a different compartment.

    4. Click Cancel Deletion.
    5. Confirm the deletion by clicking Cancel Deletion again.
  • Use the oci certs-mgmt certificate cancel-deletion command and required parameters to cancel the scheduled deletion of a certificate:

    oci certs-mgmt certificate cancel-deletion --certificate-id <certificate_OCID>

    For example:

    oci certs-mgmt certificate cancel-deletion --certificate-id ocid1.certificate.oc1.<region>.<unique_ID>

    For a complete list of flags and variable options for CLI commands, see the CLI Command Reference.

  • Run the CancelCertificateDeletion operation to cancel the scheduled deletion of a certificate.