Skip to content

Project for setting automated cleaning of resources on GCP

License

Notifications You must be signed in to change notification settings

nitishkumar71/gcp-cleaner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GCP Cleaner

Read me is in progress

A Rest API for cleaning the unused GCP Cloud Resources.

Docker Repository

Install Latest Docker Images using

docker pull ghcr.io/nitishkumar71/gcp-cleaner:latest 

To Download other versions, follow the Link

Supported Services

Cloud Run

API will allow to clean up the older cloud revisions and associated container images with them

  • POST - /cloudrun

Request Body

{
	"name":"cloud service name",
	"limit": 62, # no of images to retain
	"projectId": "project ID"
	"retainRevisionImage": true/false # Optional
}

About

Project for setting automated cleaning of resources on GCP

Resources

License

Stars

Watchers

Forks

Packages

No packages published