Skip to main content
Glama
hostinger

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

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

Implementation Reference

  • Schema definition for the VPS_setPanelPasswordV1 tool, defining input parameters: virtualMachineId (number) and password (string), with description of functionality.
    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](/#tag/vps-virtual-machine/POST/api/vps/v1/virtual-machines/{virtualMachineId}/recreate). Use this endpoint to configure control panel access credentials for VPS instances. */ "VPS_setPanelPasswordV1": { params: { /** * Virtual Machine ID */ virtualMachineId: number; /** * Panel 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