update_dns_record
Update an existing DNS record with partial changes. Requires explicit confirmation to execute; otherwise returns a preview of the change.
Instructions
Update an existing DNS record (partial update). 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. | |
| record_id | Yes | DNS record ID (from list_dns_records). | |
| type | No | DNS record type. | |
| name | No | ||
| content | No | ||
| ttl | No | ||
| proxied | No | ||
| priority | No | ||
| comment | No | ||
| 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. |