Skip to main content
Glama
hostinger

hostinger-api-mcp

Official

DNS_restoreDNSSnapshotV1

Revert a domain's DNS configuration to a previous state by restoring a specific DNS snapshot. Specify the domain and snapshot ID to roll back changes. Ideal for correcting misconfigurations or restoring prior settings.

Instructions

Restore DNS zone to the selected snapshot.

Use this endpoint to revert domain DNS to a previous configuration.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
domainYesDomain name
snapshotIdYesSnapshot ID

Implementation Reference

  • TypeScript interface definition specifying the input parameters (domain: string, snapshotId: number) and response type (any) for the DNS_restoreDNSSnapshotV1 API tool.
    "DNS_restoreDNSSnapshotV1": { params: { /** * Domain name */ domain: string; /** * Snapshot ID */ snapshotId: number; }; response: any; // Response structure will depend on the API };

Other Tools

Related Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/hostinger/api-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server