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
Example response
{
"message": "Request accepted"
}