Skip to main content
Glama

hostinger-api-mcp

Official

VPS_restartVirtualMachineV1

Use this tool to reboot a virtual machine by fully stopping and starting it. Specify the virtual machine ID to initiate the restart process for VPS instances.

Instructions

Restart a specified virtual machine by fully stopping and starting it.

If the virtual machine was stopped, it will be started.

Use this endpoint to reboot 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

  • Schema definition for the VPS_restartVirtualMachineV1 API tool, specifying the input parameter 'virtualMachineId' (number) and a generic 'any' response type. This is part of the auto-generated OpenAPI type definitions.
    "VPS_restartVirtualMachineV1": { 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