How to delete a project from Google Cloud Console

2019-03-10 13:16发布

It seems that, from Google Cloud Console there is no way to delete a project.

Note: As of 2013-09-19 this is no longer an issue because Google had fixed it.
- Now you can click on the check box and then click delete

13条回答
Lonely孤独者°
2楼-- · 2019-03-10 14:03

Since the console design has changed, many of the given solutions here won't apply anymore. Here is what Google help says here: https://support.google.com/cloud/answer/6251787?hl=en&ref_topic=6158848

To shut down a project:

  1. Go to the Cloud Platform Console.
  2. Open the console menu Gallery Menu on the top left and select IAM & Admin, then select All projects.
  3. Find the name or project ID of the project you want to shut down, then click DELETE PROJECT. A confirmation screen describing what will happen appears.
  4. To confirm, enter your project ID and click Shut down.

Shutting down a project stops all billing and traffic serving, 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 7-day waiting period, the project and associated data are permanently deleted from the console.

As of July 2017 the waiting period has increased:

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

查看更多
叼着烟拽天下
3楼-- · 2019-03-10 14:06

It's July 2018, none of the above works. Here is what I spotted and successfully deleted un-needed projects.

https://cloud.google.com/go/getting-started/delete-tutorial-resources

You need to delete all the unwanted project(s) else will be billed regardless.

查看更多
Rolldiameter
4楼-- · 2019-03-10 14:09
  1. Go to Google Cloud Platform,
  2. select the project & click "DELETE PROJECT" on top right corner.

https://cloud.google.com/appengine/docs/python/console/?csw=1#delete%5Fapp

enter image description here

查看更多
该账号已被封号
5楼-- · 2019-03-10 14:11

You must first disable billing before deleting any project. See link https://developers.google.com/console/help/#deletingaproject

查看更多
Root(大扎)
6楼-- · 2019-03-10 14:12

As of Dec 30, 2017, this appears to be different (yet again). I did the following.

Logon to the Google Cloud Console, Select IAM & Admin then Settings (from hamburger menu on top-left nav-bar). This is a cascading menu. After choosing that I saw the following.

IAM & Admin Settings page

On the bottom left of the screen is a button/link labeled Manage resources, click on it.

After clicking on it, I saw the following screen, on which I selected the project name I wanted to delete and clicked the Delete ICON/button.

Click on Delete

Then I was asked if I wanted to "SHUTDOWN" the project and to do so I had to enter the project ID number, so I did and then clicked on the SHUTDOWN button/link.

enter image description here

Hope this helps someone. The others answers did help me out but were not the exact steps I had to follow.

Important Note: The terms "Shutting Down" a project and "Deleteting a Project" seem to mean the same thing, so if you stumble across something that says "Shutdown the project" you have likely come across another way to "delete the project".

查看更多
forever°为你锁心
7楼-- · 2019-03-10 14:14

As 2017 approaches, Raptor's answer pretty much nailed it, but here is a screenshot and the basic steps to delete a project from the google cloud platform.

  1. Go to console.cloud.google.com
  2. Select your project (from drop-down on top nav-bar)
  3. Select IAM & Admin (from hamburger menu on top-left nav-bar)
  4. Click Settings in the left-side-bar nav.

enter image description here

查看更多
登录 后发表回答