Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Possible to change a Google Cloud Platform Project ID?

Tags:

I understand project names can be changed however I don't see any method to change the project ID.

Is this possible using the gcloud shell perhaps if not in the UI?

like image 754
Cv9 Avatar asked Apr 29 '16 19:04

Cv9


People also ask

Is GCP project ID unique?

Project names do not need to be unique. Project ID: A globally unique identifier for your project. A project ID is a unique string used to differentiate your project from all others in Google Cloud. You can use the Google Cloud console to generate a project ID, or you can choose your own.

How do I move a GCP project to another account?

Go to the Billing page in the Google Cloud console. Click the name of the billing account you want to change. Under Projects linked to this billing account, find the name of the Project to move and then click the menu button to the right. Click Change billing, and then select the new billing account.

Where is my Google Cloud project ID?

You can find your Google Project ID in your Google API console, go to the Google API console, choose your project from the drop-down selector, and then you will find the project ID in the “Home” screen.


1 Answers

You cannot change project ID.

You have an option to use a custom domain, e.g. www.myCompany.com, in which case projectID is something that only your internal code needs to know.

like image 180
Andrei Volgin Avatar answered Sep 21 '22 00:09

Andrei Volgin