Termination of GCP Project

Hello. We are planning to close (delete) our project, which is composed of AppEngine, CloudSQL, CloudStorage, CloudBuild, etc., by the end of next month. After closure, we would like to ensure that no charges will be incurred.

Would the procedure involve the following steps?

  1. Stopping the project billing
  2. Deleting the project

Additionally, would it be possible to set a timer to close the project at 23:59:59 on the last day of the month?

Thank you for your assistance.

1 3 649
3 REPLIES 3

@ststhoho 

Shutting down a project stops all billing and traffic serving ( my personal openion to still for safer side delete resources and disable billing), shuts down any Google Cloud Platform App Engine applications, and terminates all Compute Engine instances. All project data associated with Google Cloud and Google APIs services becomes inaccessible.

After a 30-day waiting period, the project and associated data are permanently deleted from the console.

Note that after the 30-day waiting period ends, the time it takes to completely delete a project may vary. For example, if a project has billing set up, it might not be completely deleted until the current billing cycle ends, you receive the next bill, and your account is successfully charged. Additionally, the number and types of services in use may also affect when the system permanently deletes a project.

Here are the details you are looking for
https://cloud.google.com/resource-manager/docs/creating-managing-projects#shutting_down_projects

https://support.google.com/googleapi/answer/6251787?hl=en#zippy=%2Cshut-down-a-project

 

@VishalBulbule 

Thank you!

I understand.

How about this?

>Additionally, would it be possible to set a timer to close the project at 23:59:59 on the last >day of the month?

Direct timer option is not available but you can schedule below gcloud command or python script command at mentioned timing using crontab,cloud function,composer etc

gcloud projects delete PROJECT_ID

Top Labels in this Space