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?
gcloud
. Rungcloud components update
and try again. This update command requires command elevation on Windows. – John Hanley