update_dns_record_tool
Update an existing Cloudflare DNS record by providing its zone ID and record ID, with optional changes to name, type, content, TTL, proxy, priority, or comment.
Instructions
Update an existing DNS record.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ttl | No | TTL in seconds (optional) | |
| name | No | Record name (optional) | |
| type | No | Record type (optional) | |
| comment | No | Comment (optional) | |
| content | No | Record content (optional) | |
| proxied | No | Proxy through Cloudflare (optional) | |
| zone_id | Yes | Zone ID (32-character hex string) | |
| priority | No | Priority (optional) | |
| record_id | Yes | DNS record ID (32-character hex string) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||