简体   繁体   中英

Is there anyway to "hard delete" a project in Google Cloud?

Google Cloud projects default to "soft deleting", which count against your project quota for 30 days - https://cloud.google.com/resource-manager/docs/creating-managing-projects

Is there a way to "hard delete" projects so that they don't count against quota? I am aware that you can request quota increases, but I believe that takes 48 hours.

Also, is there no way to list deleted projects?

gcloud project list

only lists active projects - https://cloud.google.com/sdk/gcloud/reference/projects/list

There is no way to instantly delete a project. However if you remove yourself from a project (leaving it to another owner) then it won't count against your quota.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM