cloudflare_dns_update
Replace an existing DNS record in a Cloudflare zone with new settings for type, name, content, TTL, proxied, and priority. Specify zone and record IDs.
Instructions
Update an existing DNS record (full replacement via PUT).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| zone_id | Yes | Zone ID (32-char hex) or zone name (e.g., 'example.com') | |
| record_id | Yes | DNS record ID (32-char hex) | |
| type | Yes | Record type | |
| name | Yes | Record name | |
| content | Yes | Record content | |
| proxied | No | Whether to proxy through Cloudflare | |
| ttl | No | TTL in seconds — 1 = auto, 60–86400 otherwise | |
| priority | No | Priority for MX/SRV records (0–65535) |