edit_dnssec
Enable or disable DNSSEC for a Cloudflare zone. Requires human approval (confirm:true) to execute; omitting it shows a preview.
Instructions
Enable or disable DNSSEC for a zone. Requires confirm:true (human-approval gate); without it returns a preview only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| zone_id | Yes | The Cloudflare zone ID (32-char hex). Get it from list_zones. | |
| status | Yes | Set 'active' to enable DNSSEC, 'disabled' to turn it off. | |
| confirm | No | Human-approval gate: must be true to actually perform this mutating operation. Omit or set false to get a non-executing preview of what would happen (with secrets redacted). A human should approve before this is set to true. |