cloudflare_dns_update
Modify DNS records in Cloudflare by replacing existing entries with updated configurations for A, AAAA, CNAME, MX, TXT, SRV, CAA, or NS records.
Instructions
Update an existing DNS record (full replacement via PUT).
Input Schema
TableJSON 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) |