Domain:reactivate

Domain reactivation

You can use the following request to reactivate one of your domains. This action is only allowed on a TLD having tld:reactivateEnabled. Refer to the tld:info request to get further information on a given top-level domain.

XML Template - Reactivate a domain
<?xml version="1.0" encoding="UTF-8"?>
    <request xmlns:domain="http://www.eurodns.com/domain">
        <domain:reactivate>
            <domain:name>#DOMAIN.TLD#</domain:name>
            <domain:year>#REACTIVATION PERIOD#</domain:year>
        </domain:reactivate>
    </request>

<domain:reactivate> (Occurrences: 1)

<domain:name> (Occurrences: 1)

<domain:year> (Occurrences: 0 or 1)

R #DOMAIN.TLD# Name of the domain to be reactivated
O #REACTIVATION PERIOD# Reactivation period in years
If the action was successful, the following code will be returned:
<?xml version="1.0" encoding="UTF-8"?>
    <response xmlns="http://www.eurodns.com/">
        <result code="1001">
            <msg>Command completed successfully, action pending</msg>
        </result>
    </response>

Legend

O The element is optional and does not have to be specified in the request and/or answer
R The element is mandatory and has to specified in the request and/or answer