Skip to main content
Glama

hostinger-api-mcp

Official

VPS_setPanelPasswordV1

Set or update the control panel password for a specified virtual machine using the Hostinger API. Ensures access credentials are configured for VPS instances, even if the VM does not use a panel OS.

Instructions

Set panel password for a specified virtual machine.

If virtual machine does not use panel OS, the request will still be processed without any effect. Requirements for password are same as in the recreate virtual machine endpoint.

Use this endpoint to configure control panel access credentials for VPS instances.

Input Schema

NameRequiredDescriptionDefault
passwordYesPanel password for the virtual machine
virtualMachineIdYesVirtual Machine ID

Input Schema (JSON Schema)

{ "properties": { "password": { "description": "Panel password for the virtual machine", "type": "string" }, "virtualMachineId": { "description": "Virtual Machine ID", "type": "integer" } }, "required": [ "virtualMachineId", "password" ], "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