Skip to main content

Retry a failed action

This endpoint allows you to retry an action that has failed and for which the glue record is in error state.

Endpoint

POST /registrar/v1/domains/{domain}/gluerecords/{hostname}/retry

Parameters

NameLocationRequiredTypeDescription
domainPathYesStringA complete domain name
hostnamePathYesStringA glue record hostname

Response

Update glue record

Example Request

POST /registrar/v1/domains/example.com/gluerecords/ns1.example.com/retry
Content-Type: application/json

Example Response

{
"message": "Ok"
}