Skip to main content
Glama

hostinger-api-mcp

Official

VPS_startVirtualMachineV1

Power on a stopped VPS instance by specifying the virtual machine ID. If the VM is already running, the request processes without effect. Integrates with Hostinger's API for managing hosting infrastructure.

Instructions

Start a specified virtual machine.

If the virtual machine is already running, the request will still be processed without any effect.

Use this endpoint to power on stopped VPS instances.

Input Schema

NameRequiredDescriptionDefault
virtualMachineIdYesVirtual Machine ID

Input Schema (JSON Schema)

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

Implementation Reference

  • TypeScript interface definition for the input schema of the VPS_startVirtualMachineV1 tool. It defines a single required parameter 'virtualMachineId' of type number, and a generic 'any' response type.
    "VPS_startVirtualMachineV1": { 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