Transfer a Domain Name
To follow this guide, make sure you are connected to OVHcloud API. You may find more information on the API introduction page if needed.
Table of Contents
- Introduction
- Order a Domain Name
- Tasks Management
- Manage Contacts of a Domain Name
- Managing Eligibility Rules
- Configure the Display of Contact Data in the Whois
- Configure the DNS of your Domain Name
- Transfer a Domain Name
Incoming transfer
An incoming transfer corresponds to transferring the domain name management from another registrar to OVHcloud. This is pretty much the same as a new domain name order, except that the domain name is not listed as available since it is already owned.
If you are the domain name holder, you may transfer its management to OVHcloud as follows.
-
Fetch the confidential authorization code (sometimes referred to as "auth code" or "auth info") associated to your domain name on your current registrar dashboard.
-
Order a transfer: this will consist in the same steps as ordering a new domain name.
-
Only the offer will differ, since the available action will be
transfer(instead ofcreate) and the pricing mode will betransfer-default. -
Do not forget to add the authorization code to your order, as the
AUTH_INFOconfiguration value.
When the order is complete, it will generate a new
DomainIncomingTransfertask. -
-
Monitor the evolution of the
DomainIncomingTransfertask using the task API. -
If you did not add the authorization code to your order, or if it was invalid, the
DomainIncomingTransfertask may result in error.In that case, use the task API to send the valid code with the
authInfoargument key, then relaunch the task.
The transfer should be completed by the registry after a few days.
Outgoing transfer
We talk about outgoing transfer when a customer wishes to delegate the management of his domain name from OVHcloud to another regitrar. The following instructions describe the most common way to execute this transfer. However, this procedure may vary for some ccTLDs like .lu, .uk, .hk, ans so on... In this case, please consult registrar documentation.
Domain lock
A domain lock is a security that prevents your domain name from being the target of attempts to transfer to another regitrar. It means that if this option is activated on your domain name, it cannot be transferred without first being unlocked. You can check what state your domain name is in by using the following route:
| Parameter | Required | Default | Description |
|---|---|---|---|
serviceName | yes | Domain name |
Example
To put your domain name in an unlocked state, use the same route with a PUT method, adding the transferLockStatus to unlocked:
| Parameter | Required | Default | Description |
|---|---|---|---|
serviceName | yes | Domain name | |
transferLockStatus | yes | Desired state |
Actions on theses routes are not instantaneous, which is why when re-executing a GET /domain/{serviceName}, you may see a transferLockStatus in unlocking or locking state.
Authcode
After unlocking your domain name, you need an authcode to ensure that you own it, in order to transfer out. You will have to provide this code to your new registrar.
The following route allows you to retrieve it:
| Parameter | Required | Default | Description |
|---|---|---|---|
serviceName | yes | Domain name |
Your new registrar will then proceed with the transfer.
For .uk domain names, please refer to the dedicated documentation.
If the domain name has been suspended or expired, you will need to create a support request.