Update DNS Record
update_dns_recordUpdate existing Cloudflare DNS records by specifying the record ID and zone ID, changing only the fields you need.
Instructions
Update an existing DNS record. Only provide the fields you want to change. Use list_dns_records first to find the record ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ttl | No | New TTL in seconds (1 = automatic) | |
| name | No | New record name | |
| tags | No | New tags in format 'key:value' | |
| type | No | New record type | |
| comment | No | New comment for the record | |
| content | No | New record content/value | |
| proxied | No | New Cloudflare proxy status | |
| zone_id | Yes | The zone ID | |
| record_id | Yes | The DNS record ID to update |