Save DNS Records
save_dns_recordsBulk upsert DNS records for a domain, replacing all existing records with matching name and type. Use for mixed record types; confirm changes by listing existing records first.
Instructions
Save (upsert) DNS records for a domain using PUT with force overwrite. WARNING: All existing records matching the same name AND type combination will be completely replaced — not merged. Other record name/type combinations are preserved. Use this for bulk operations with mixed record types. For single records, prefer the type-specific tools (create_a_record, create_cname_record, etc.). Always confirm with the user before calling this tool and use list_dns_records first to check existing records.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | The domain name | |
| records | Yes |