Skip to main content
Glama

hostinger-api-mcp

Official

VPS_deleteSnapshotV1

Remove a virtual machine snapshot by specifying its ID. Use this endpoint to delete VPS snapshots from the Hostinger MCP server for efficient infrastructure management.

Instructions

Delete a snapshot of a specified virtual machine.

Use this endpoint to remove VPS snapshots.

Input Schema

NameRequiredDescriptionDefault
virtualMachineIdYesVirtual Machine ID

Input Schema (JSON Schema)

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

Implementation Reference

  • Schema definition for the VPS_deleteSnapshotV1 tool, defining the input parameter 'virtualMachineId' of type number and response as any.
    "VPS_deleteSnapshotV1": { params: { /** * Virtual Machine ID */ virtualMachineId: 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