mohawkTrail
mohawkTrail

Reputation: 626

reuse project ID in google cloud platform project

Is it possible to delete a google cloud platform project, and after the deletion has completed, make another GCP project with the same ID?

Upvotes: 7

Views: 4497

Answers (2)

JL-V589
JL-V589

Reputation: 1044

Nah, the project-ID will be locked forever no matter it is active or being deleted by users once it has been defined and activated...

Deleting a project has the following consequences: "You can't reuse the project ID of a deleted project. If you created a custom project ID that you plan to use in the future, you should delete the resources inside the project instead."

Upvotes: 4

OutdatedVersion
OutdatedVersion

Reputation: 86

Nope. Once you've used a project ID it remains 'reserved' for ever. This page has a bit of info on this topic. Be sure you're choosing unique & identifiable names the first time around. ;)

Upvotes: 7

Related Questions