A Rest API for cleaning the unused GCP Cloud Resources.
Install Latest Docker Images using
docker pull ghcr.io/nitishkumar71/gcp-cleaner:latest
To Download other versions, follow the Link
API will allow to clean up the older cloud revisions and associated container images with them
- POST - /cloudrun
{
"name":"cloud service name",
"limit": 62, # no of images to retain
"projectId": "project ID"
"retainRevisionImage": true/false # Optional
}