Praboda
Praboda

Reputation: 560

Unable to delete a GCP Project. It prompts "Project Service Unknown error"

I created a test project using Google Cloud Platform and i want to shutdown it, But when i tried to do so it gives me the following error. "Project Service Unknown error Tracking number: 4304144073534280568"

enter image description here

Upvotes: 1

Views: 797

Answers (2)

Tash Z
Tash Z

Reputation: 11

Try to delete all services under the project, then delete the project.

Go to endpoints -> services, and see the link for deleting the service: https://cloud.google.com/sdk/gcloud/reference/endpoints/services/delete

  1. Delete "developer portals" for you API, this can be done thru web UI
  2. Then, delete the service itself "gcloud endpoints services delete [your-app-services-name].appspot.com --project [your-project-id]"

Upvotes: 1

sllopis
sllopis

Reputation: 2368

If after having followed Shutting down (delete) projects guide, you are still unsuccessful to shut down or delete your project, I would recommend you do the following:

Please refer to this form to open a case with the Google Cloud Platform Billing Support team. They will respond to any questions about your billing account or project settings.

Hope this helps.

Upvotes: 0

Related Questions