v51

OpenAPI 3.0.0raw.githubusercontent.com2026-08-01267339950.6 KB
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"
}