Exports a Registration resource, such that it is no longer managed by Cloud Domains.
When an active domain is successfully exported, you can continue to use the domain in Google Domains until it expires. The calling user becomes the domain's sole owner in Google Domains, and permissions for the domain are subsequently managed there. The domain does not renew automatically unless the new owner sets up billing in Google Domains.
HTTP request
POST https://domains.googleapis.com/v1/{name=projects/*/locations/*/registrations/*}:export
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-10-20 UTC."],[[["This page details the process of exporting a `Registration` resource from Cloud Domains, transferring its management to Google Domains."],["The HTTP request to export a registration is a POST request to a specific URL using gRPC Transcoding syntax, with the registration's name provided as a required path parameter."],["Exporting requires a specific IAM permission (`domains.registrations.configureManagement`) and an empty request body."],["Upon successful export, the user initiating the request becomes the sole owner of the domain in Google Domains, with permissions managed there, and automatic renewal stops."],["The successful operation returns an instance of `Operation` in the response body, and the authorization requires the OAuth scope `https://www.googleapis.com/auth/cloud-platform`."]]],[]]