Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Transfer / Move domain registration to another project

I want to move a domain, registered via Google Cloud Domains, from on project to another.

The guides and documentation if found only covers transfer or registration to and from Google Cloud Domains for a 3rd party registrars.
My attempt to use the transfer functionality via `gcloud` fails with following error message:

> FAILED_PRECONDITION: Domain <domain.tld> is already managed by Cloud Domains.

How can I move a domain from one GCP project to another?

 

Solved Solved
0 2 1,880
1 ACCEPTED SOLUTION

@cydressel 

You need to use export/import feature based on below piece of documentation.

VishalBulbule_0-1674474333420.png

Link

https://cloud.google.com/domains/docs/troubleshooting

View solution in original post

2 REPLIES 2

@cydressel 

You need to use export/import feature based on below piece of documentation.

VishalBulbule_0-1674474333420.png

Link

https://cloud.google.com/domains/docs/troubleshooting

Great! Worked well.
Thank you @VishalBulbule