DNS: Snapshot

Restore DNS snapshot

Restore DNS zone to the selected snapshot.

Use this endpoint to revert domain DNS to a previous configuration.

post/api/dns/v1/snapshots/{domain}/{snapshotId}/restore

Path parameters

domainstring required
Example:mydomain.tld

Domain name

snapshotIdinteger required
Example:53513053

Snapshot ID

Response

Success response

messagestring

Example response

{
  "message": "Request accepted"
}

Changes

No recorded changes to this endpoint across all 92 revisions of this API.