update_dns_record
Update an existing DNS record by providing its record ID and new values for name, type, value, TTL, or priority.
Instructions
Update an existing DNS record by record id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| recordId | Yes | DNS record id (rec_...). | |
| name | No | ||
| type | No | ||
| value | No | ||
| ttl | No | ||
| mxPriority | No | ||
| srv | No | ||
| comment | No | ||
| teamId | No | Team ID to scope the request. Falls back to VERCEL_TEAM_ID when omitted. | |
| slug | No | Team slug to scope the request (alternative to teamId). |