Change zone protection
change_zone_protectionToggle delete protection for a DNS zone. Enabling is immediate; disabling requires a confirmation token to prevent accidental removal.
Instructions
Enable or disable the delete protection of a DNS zone. Enabling is immediate; DISABLING removes the last safeguard against delete_zone and therefore needs a confirmToken, exactly like a deletion.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| zone | Yes | ID or name of the zone, e.g. "example.com" | |
| delete | Yes | true to protect the zone from deletion, false to unprotect | |
| confirmToken | No | Confirmation token from the previous call of this same tool with identical arguments. Omit on the first call — the server then returns a token that is valid for a few minutes. |