dns_update_record
Modify an existing DNS record by updating its name, data, TTL, or priority for a specified domain and record ID.
Instructions
Update an existing DNS record.
Args: domain: The domain name record_id: The record ID to update ctx: FastMCP context for resource change notifications name: New record name (optional) data: New record data (optional) ttl: New TTL value (optional) priority: New priority for MX/SRV records (optional)
Returns: Updated record information
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ttl | No | ||
| data | No | ||
| name | No | ||
| domain | Yes | ||
| priority | No | ||
| record_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||