Canceling a Certificate Version Deletion
Cancel a pending certificate version deletion if you decide to keep the certificate version.
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.