This page describes how to export a registered domain from Cloud Domains to Google Domains.
To stop managing and auto-renewing your domain with Cloud Domains, you can export one or multiple domain registration resources to Google Domains. Once you have exported the domain registration, it remains valid until the expiration date.
Exporting a domain
Follow these steps to export a registration to Google Domains:
Console
To export a registered domain out of Cloud Domains to Google Domains, follow these steps:
- Go to the Cloud Console.
- On the Registered Domains page, click the check box next to the domain name that you want to export.
- On the top of the page, click Export.
To confirm the export, click Export on the pop-up dialog. To cancel, click Cancel.
Export happens immediately.
Once the export process is complete, to find your domain in Google Domains, see the View your domain page.
gcloud
To export your domain registration from Cloud Domains to
Google Domains for individual management, use the gcloud beta domains
registrations export
command:
gcloud beta domains registrations export DOMAIN_NAME
Replace the following command options:
- DOMAIN_NAME: The name of the registered domain that you want
to export. For example,
example.app
.
Your output looks similar to the following:
You are about to export registration 'example.com' Do you want to continue (Y/n)? y Waiting for 'operation-1599718849201-5aeef91bf43ab-7e7ab587-078f876d' to complete...done. Exported registration [example.com] Note: Registration remains valid until expiry. Manage it in Google Domains at https://domains.google.com/registrar, or see https://support.google.com/domains/answer/3251174 for more information.
API
To export a domain to Google Domains, use the registrations.export
method with an empty body:
POST https://domains.googleapis.com/v1beta1/projects/PROJECT_ID/locations/global/registrations/DOMAIN_NAME:exportReplace the following values:
- PROJECT_ID: The name of your project
- DOMAIN_NAME: The domain that you want to export
Next steps
- To get started using Cloud Domains, see the Quickstart
- Cloud Domains overview
- Cloud Domains API