cf_update_dns_record
Update an existing CloudFlare DNS record by specifying zone and record IDs, with optional changes to type, name, content, TTL, proxy, or priority.
Instructions
Update a DNS record
Args: zone_id: CloudFlare zone ID record_id: DNS record ID record_type: DNS record type (if changing) name: Record name (if changing) content: Record content (if changing) ttl: Time to live (if changing) proxied: Proxy status (if changing) priority: Priority for MX records (if changing)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| zone_id | Yes | ||
| record_id | Yes | ||
| record_type | No | ||
| name | No | ||
| content | No | ||
| ttl | No | ||
| proxied | No | ||
| priority | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |