Skip to content

Instantly share code, notes, and snippets.

@majodev
Created September 10, 2025 12:28
Show Gist options
  • Select an option

  • Save majodev/56c4ac7046f6cd42cb23a0ef9963d609 to your computer and use it in GitHub Desktop.

Select an option

Save majodev/56c4ac7046f6cd42cb23a0ef9963d609 to your computer and use it in GitHub Desktop.
run-oci-superdelete-with-uv
# https://github.com/AnykeyNL/OCI-SuperDelete
# prerequisite: https://github.com/astral-sh/uv and fully configured oci-cli
git clone https://github.com/AnykeyNL/OCI-SuperDelete.git
# https://github.com/AnykeyNL/OCI-SuperDelete/commit/c285991543f4e0bc00805d83a8a440d5ade4a01b
cd OCI-SuperDelete
uv init
uv add oci requests
uv run delete.py -rg REGION -c COMPARTMENT_ID
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment