Canceling a Certificate Version Deletion

Cancel a pending certificate version deletion if you decide to keep the certificate version.

    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 with a version pending deletion.

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

    4. Under Versions, find the certificate version for which you want to cancel the scheduled deletion.
    5. Click the Actions menu (Actions Menu) for the certificate version, and select Cancel Deletion.
    6. To confirm the cancellation, click Cancel Deletion.
  • Use the oci certs-mgmt certificate-version cancel-deletion command and required parameters to cancel the deletion of a certificate version:

    oci certs-mgmt certificate-version cancel-deletion --certificate-id <certificate_OCID> --version-number <certificate_version_number>

    For example:

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

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

  • Run the CancelCertificateVersionDeletion operation to cancel a certificate version deletion.