Skip to main content
Glama

hostinger-api-mcp

Official

VPS_restoreBackupV1

Restore a virtual machine to a specific backup point, overwriting all current data with the backup’s contents. Use this function to recover VPS data efficiently.

Instructions

Restore a backup for a specified virtual machine.

The system will then initiate the restore process, which may take some time depending on the size of the backup.

All data on the virtual machine will be overwritten with the data from the backup.

Use this endpoint to recover VPS data from backup points.

Input Schema

NameRequiredDescriptionDefault
backupIdYesBackup ID
virtualMachineIdYesVirtual Machine ID

Input Schema (JSON Schema)

{ "properties": { "backupId": { "description": "Backup ID", "type": "integer" }, "virtualMachineId": { "description": "Virtual Machine ID", "type": "integer" } }, "required": [ "virtualMachineId", "backupId" ], "type": "object" }

Other Tools from hostinger-api-mcp

Related Tools

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