OCI-SuperDelete icon indicating copy to clipboard operation
OCI-SuperDelete copied to clipboard

Delete all OCI resources in a compartment

Results 14 OCI-SuperDelete issues
Sort by recently updated
recently updated
newest added

If there is a VCN under compartment A and subnets created at compartment B (created via SDK, for instance), it will not delete, as it doesn't list/check for subnet resources.

add IPSec deletion to the script

This option will help to list all the objects without deleting them

Traceback (most recent call last): File "delete.py", line 139, in compartments = Login(config, signer, DeleteCompartmentOCID) File "/home/huiliang_l/OCI-SuperDelete/ocimodules/IAM.py", line 113, in Login newcomp.details = sub NameError: name 'sub' is not defined

I found some items which will not be deleted by this script: - Logging analytics entities - console-history entries - certificates - Web App Firewall - DKIM config for email...

They should be considered for deletion by the script: ![image](https://user-images.githubusercontent.com/93380371/229285080-3f3be57c-22b3-46fe-88c5-7089fa468730.png)

During a compartment delete, Artifact Repositories artifacts are not deleted, thus preventing the deletion of an Artifact Repository: ![image](https://user-images.githubusercontent.com/93380371/229278169-9a043da9-f636-417c-878b-b536285e4c44.png)

Should be an easy fix, using OCI SDK 2.96.1 and python 3.10.0 ![image](https://user-images.githubusercontent.com/93380371/229277149-384bc685-fd9e-4b9c-80a2-a3420fc2aa47.png)

Build pipelines are not deleted when containing active stages. I think you're missing the build_stages on line 200 in delete.py. Another option is to use the "cascade" option when deleting...

We get 404 NotAuthorizedNotFound in IAM.py line 38, when running the script in a tenancy with identity domains, even when the user running the script is a member of the...