google-cloud-platformgoogle-cloud-iam

Can't delete a Google Cloud Project


I have an old Google Cloud Project that i just can't delete.

When I do it via website i get an Project Service Unknown error Tracking number: 342342354345345345.

When i do it via CLI with command:

gcloud projects delete "PROJECT"

I get an error:

ERROR: (gcloud.projects.delete) FAILED_PRECONDITION: Precondition check failed.

'@type': type.googleapis.com/google.rpc.ResourceInfo

resourceName: projects/77777777777777 

resourceType: PROJECT

What else can i do?


Solution

  • In case you are using Cloud Endpoints services in your project, you should delete them first and try to delete the project again by using the UI or the following gcloud command:

    gcloud projects delete "PROJECT"