Canceling a Certificate Version Deletion

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

    1. On the Certificates list page, select the name of the certificate with a version pending deletion. If you need help finding the list page, see Listing Certificates.

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

    2. Under Versions, find the certificate version for which you want to cancel the scheduled deletion.
    3. Select the Actions menu (Actions Menu) for the certificate version, and select Cancel Deletion.
    4. To confirm the cancellation, select 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.