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?

@cydressel

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

Link

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

2 Likes

Great! Worked well.
Thank you @VishalBulbule

1 Like