Endpoints for managing DNS.
List DNS records
List all DNS records for the domain.
You can only manage DNS records for domains that use hosted DNS.
path Parameters
domainNameOrIdfull domain name or ID
query Parameters
querySearch query.
sortSort by one or more fields. Available fields: type, prio, name, content, id. Prefix fields with - for descending order. Separate multiple fields (maximum 5) with commas.
Invalid fields are silently ignored. Case-insensitive.
pageper_pageSearch metadata key-value pairs. Only exact matches are supported.
List DNS records › Responses
Paginated set of DNSRecord
Create DNS record
Create a single DNS record for the domain.
You can only manage DNS records for domains that use hosted DNS.
path Parameters
domainNameOrIdfull domain name or ID
Create DNS record › Request Body
typecontentttlnamepriocommentOptional metadata to attach to the record. Metadata keys must be strings and cannot exceed 40 characters or contain [ or ] characters.
Metadata values must be strings and cannot exceed 500 characters.
A record cannot have more than 50 metadata keys.
Create DNS record › Responses
DNSRecord
Update DNS record
Update a single DNS record for the domain.
You can only manage DNS records for domains that use hosted DNS.
path Parameters
domainNameOrIdfull domain name or ID
dnsRecordIdUpdate DNS record › Request Body
typecontentttlnamepriocommentOptional metadata to attach to the record. Metadata keys must be strings and cannot exceed 40 characters or contain [ or ] characters.
Metadata values must be strings and cannot exceed 500 characters.
A record cannot have more than 50 metadata keys.
To remove a metadata key, set its value to an empty string.
To remove all metadata, set the metadata field to an empty object: {}.
Update DNS record › Responses
DNSRecord
Clear DNS records
Remove all DNS records for the domain.
If redirects (web or mail) are configured, their records will still be present after the reset.
You can only manage DNS records for domains that use hosted DNS.
This operation is irreversible and will remove all DNS records.
path Parameters
domainNameOrIdfull domain name or ID
Clear DNS records › Responses
No content
Reset DNS records
Reset all DNS records for the domain to the default settings.
You can only manage DNS records for domains that use hosted DNS.
This operation is irreversible and will reset all DNS records the their Domain Chief default settings.
path Parameters
domainNameOrIdfull domain name or ID
Reset DNS records › Responses
No content