- NAME
-
- gcloud domains registrations initiate-push-transfer - initiates the push transfer process
- SYNOPSIS
-
-
gcloud domains registrations initiate-push-transfer
REGISTRATION
[--async
] [--tag
=TAG
] [GCLOUD_WIDE_FLAG …
]
-
- DESCRIPTION
-
Initiates the
Push Transfer
process to transfer the domain to another registrar. The process might complete instantly or might require confirmation or additional work. Check the emails sent to the email address of the registrant. The process is aborted after a timeout if it's not completed.This method is only supported for domains that have the
REQUIRE_PUSH_TRANSFER
property in the list ofdomain_properties
. The domain must also be unlocked before it can be transferred to a different registrar. - EXAMPLES
-
To initiate a push transfer for
, run:example.co.uk
gcloud domains registrations initiate-push-transfer example.co.uk --tag=NEW_REGISTRY_TAG
- POSITIONAL ARGUMENTS
-
-
Registration resource - The domain registration to transfer. This represents a
Cloud resource. (NOTE) Some attributes are not given arguments in this group but
can be set in other ways.
To set the
project
attribute:-
provide the argument
registration
on the command line with a fully specified name; -
provide the argument
--project
on the command line; -
set the property
core/project
.
To set the
location
attribute:-
provide the argument
registration
on the command line with a fully specified name; - location is always global.
This must be specified.
REGISTRATION
-
ID of the registration or fully qualified identifier for the registration.
To set the
registration
attribute:-
provide the argument
registration
on the command line.
-
provide the argument
-
provide the argument
-
Registration resource - The domain registration to transfer. This represents a
Cloud resource. (NOTE) Some attributes are not given arguments in this group but
can be set in other ways.
- FLAGS
-
--async
- Return immediately, without waiting for the operation in progress to complete.
--tag
=TAG
- The Tag of the new registrar. Can be found at https://nominet.uk/registrar-list/
- GCLOUD WIDE FLAGS
-
These flags are available to all commands:
--access-token-file
,--account
,--billing-project
,--configuration
,--flags-file
,--flatten
,--format
,--help
,--impersonate-service-account
,--log-http
,--project
,--quiet
,--trace-token
,--user-output-enabled
,--verbosity
.Run
$ gcloud help
for details. - NOTES
-
These variants are also available:
gcloud alpha domains registrations initiate-push-transfer
gcloud beta domains registrations initiate-push-transfer
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-06-11 UTC.