hostinger-api-mcp

Official

DNS_updateZoneRecordsV1

Update DNS records for a specific domain by adding new records or modifying existing ones. Option to overwrite all records or append updates. Requires domain and zone data for execution.

Instructions

This endpoint updates DNS records for the selected domain.

Using overwrite = true will replace existing records with the provided ones. Otherwise existing records will be updated and new records will be added.

Input Schema

NameRequiredDescriptionDefault
domainYesDomain name
overwriteNoIf `true`, resource records (RRs) matching name and type will be deleted and new RRs will be created, otherwise resource records' ttl's are updated and new records are appended. If no matching RRs are found, they are created.
zoneYeszone property

Input Schema (JSON Schema)

{ "properties": { "domain": { "description": "Domain name", "type": "string" }, "overwrite": { "description": "If `true`, resource records (RRs) matching name and type will be deleted and new RRs will be created, otherwise resource records' ttl's are updated and new records are appended. If no matching RRs are found, they are created.", "type": "boolean" }, "zone": { "description": "zone property", "type": "array" } }, "required": [ "domain", "zone" ], "type": "object" }

You must be authenticated.

Other Tools from hostinger-api-mcp

Related Tools

ID: wckq3bznm6