cloudflare_update_dns_record
Update an existing DNS record by specifying its ID and new values for type, name, content, TTL, priority, proxied status, or comment.
Instructions
Update an existing DNS record
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| recordId | Yes | DNS record ID to update | |
| zoneId | No | Zone ID (optional if set in config) | |
| type | No | Record type (e.g., A, AAAA, CNAME, MX, TXT) | |
| name | No | Record name (e.g., www.example.com or @) | |
| content | No | Record content (IP address, hostname, text content, etc.) | |
| ttl | No | Time to live in seconds (1 = auto, 120-7200) | |
| priority | No | Priority for MX records | |
| proxied | No | Whether the record should be proxied through Cloudflare | |
| comment | No | Comment for the record |