Skip to main content
Glama
hostinger

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

TableJSON Schema
NameRequiredDescriptionDefault
passwordYesRoot password for the virtual machine
virtualMachineIdYesVirtual Machine ID

Implementation Reference

  • TypeScript interface definition for the 'VPS_setRootPasswordV1' tool schema, specifying input parameters: virtualMachineId (number) and password (string), with any response type.
    "VPS_setRootPasswordV1": { params: { /** * Virtual Machine ID */ virtualMachineId: number; /** * Root password for the virtual machine */ password: string; }; 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