How to delete a project from Google Cloud Console

前端 未结 14 968
忘掉有多难
忘掉有多难 2021-01-31 13:48

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

14条回答
  •  不要未来只要你来
    2021-01-31 13:54

    open cmd in google cloud(which can be found after clicking in your project in right top corner) and type

    gcloud projects delete [..your-project-id..]
    

提交回复
热议问题