Skip to content

Push Domain

route53domains_push_domain R Documentation

Moves a domain from Amazon Web Services to another registrar

Description

Moves a domain from Amazon Web Services to another registrar.

Supported actions:

  • Changes the IPS tags of a .uk domain, and pushes it to transit. Transit means that the domain is ready to be transferred to another registrar.

Usage

route53domains_push_domain(DomainName, Target)

Arguments

DomainName

[required] Name of the domain.

Target

[required] New IPS tag for the domain.

Value

An empty list.

Request syntax

svc$push_domain(
  DomainName = "string",
  Target = "string"
)