How do I delete my Google Cloud Platform Account?

前端 未结 4 2166
Happy的楠姐
Happy的楠姐 2021-02-01 18:53

I have 2 cloud accounts and only need one, how do I delete or cancel my account so I do not have to pay for the one?

相关标签:
4条回答
  • 2021-02-01 19:09

    By "account", I assume that you mean "Google Cloud Platform project", because a "Google Cloud Platform Account" is the same as a Google account, assuming you're referring to user credentials. You don't pay for such an account; you only pay for the resources you use, which are attached to a project.

    You can easily delete a project from Google Cloud Console — once you delete it, it will delete any contained resources and you won't be charged for them.


    Note that a project will not cost you anything if it is not consuming any resources.

    Thus, there's no need to delete or cancel either your email accounts or projects. As soon as you stop using resources within a particular project, you will stop being charged for those resources.

    0 讨论(0)
  • 2021-02-01 19:14
    1. "Disable" the billing. You can find the partly-accurate instructions here: https://support.google.com/cloud/answer/6288653?hl=en
    2. Find the "IAM" panel in the hamburger menu, where you have to copy-paste the names of the services (random numbers and letters) and then wait several seconds for the confirm button to turn from gray to black. For some reason, you have to delete these one at a time, in a specific order. (Note: Even if you didn't use the service, you should double-check this, because there was a lot here that I did not create.)
    3. Go to https://console.cloud.google.com/iam-admin/projects and trashbin the projects. Again, there was a project here called "numeric-abbey-xxxxxx" that I did not create, nor did I accept any invitations or join any groups.
    4. To "close" your billing account:

      a. Go to the Cloud Platform Console https://console.cloud.google.com/

      b. Hamburger menu: select Billing.

      c. Select the billing account name. (Do this twice.)

      d. Click "Close billing account."

      e. Type "close" to confirm.

    Note: Google will not entirely "delete" your billing information:

    "Upon checking, your billing account is still active. You will need to close it to prevent notifications being sent to your email. We cannot delete the details on your billing account for auditing purposes. Though rest assured that we take privacy very seriously. Once your billing account is closed, all the information will be encrypted and moved to a cold storage."

    https://support.google.com/cloud/answer/6288653?hl=en

    For some industry perspective, in terms of complexity, this is very unusual. Both as a consumer, developer, working at ISPs, I have never seen such a complex process to close a business account in my 20+ years of hosting. (Academia is another story.) This is not meant to be disparaging or a "rant." Depending on the type of work that you do, maybe complexity is exactly what you're looking for. I believe it's important to know what you're getting into ahead of time.

    0 讨论(0)
  • 2021-02-01 19:19

    Shutting down a project in the console releases all resources used within the project.

    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.

    Google is charging for resource usage. If you delete a project, your project will not use any resource and you will not get charged.

    Look at the link for reference : https://support.google.com/cloud/answer/6251787?hl=en&ref_topic=6158848

    0 讨论(0)
  • 2021-02-01 19:32
    1. Go to your developer account
    2. select project from drop down
    3. go top right corner click three dots icon
    4. select "project settings"
    5. click on "shut down"
    0 讨论(0)
提交回复
热议问题