Skip to main content
Glama

hostinger-api-mcp

Official

VPS_setRootPasswordV1

Update the root password for a specified virtual machine in Hostinger’s VPS infrastructure. Use this tool to securely modify administrative credentials for VPS instances.

Instructions

Set root password for a specified virtual machine.

Requirements for password are same as in the recreate virtual machine endpoint.

Use this endpoint to update administrator credentials for VPS instances.

Input Schema

NameRequiredDescriptionDefault
passwordYesRoot password for the virtual machine
virtualMachineIdYesVirtual Machine ID

Input Schema (JSON Schema)

{ "properties": { "password": { "description": "Root 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