Update DNS Record
kinsta_dns_records_updateUpdate existing DNS records for a domain by specifying record type, name, and new values. Modify TTL or add/remove resource records to keep DNS configurations accurate.
Instructions
Update an existing DNS record for a domain.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ttl | No | New TTL in seconds (minimum 300) | |
| name | Yes | DNS record name to update | |
| type | Yes | DNS record type (e.g. A, AAAA, CNAME, MX, TXT, SRV) | |
| domain_id | Yes | The domain ID containing the record | |
| new_resource_records | No | New resource records to add | |
| removed_resource_records | No | Resource records to remove |