Skip to main content
Glama

hostinger-api-mcp

Official

VPS_setupPurchasedVirtualMachineV1

Configure and initialize newly purchased VPS instances by specifying virtual machine ID, template, data center, and optional settings like hostname, backups, and SSH keys.

Instructions

Setup newly purchased virtual machine with initial state.

Use this endpoint to configure and initialize purchased VPS instances.

Input Schema

NameRequiredDescriptionDefault
data_center_idYesData center ID
enable_backupsNoEnable weekly backup schedule
hostnameNoOverride default hostname of the virtual machine
install_monarxNoInstall Monarx malware scanner (if supported)
ns1NoName server 1
ns2NoName server 2
passwordNoPassword for the virtual machine. If not provided, random password will be generated. Password will not be shown in the response.
post_install_script_idNoPost-install script ID
public_keyNoUse SSH key
template_idYesTemplate ID
virtualMachineIdYesVirtual Machine ID

Input Schema (JSON Schema)

{ "properties": { "data_center_id": { "description": "Data center ID", "type": "integer" }, "enable_backups": { "description": "Enable weekly backup schedule", "type": "boolean" }, "hostname": { "description": "Override default hostname of the virtual machine", "type": "string" }, "install_monarx": { "description": "Install Monarx malware scanner (if supported)", "type": "boolean" }, "ns1": { "description": "Name server 1", "type": "string" }, "ns2": { "description": "Name server 2", "type": "string" }, "password": { "description": "Password for the virtual machine. If not provided, random password will be generated. Password will not be shown in the response.", "type": "string" }, "post_install_script_id": { "description": "Post-install script ID", "type": "integer" }, "public_key": { "description": "Use SSH key", "properties": { "key": { "description": "Contents of the SSH key", "type": "string" }, "name": { "description": "Name of the SSH key", "type": "string" } }, "type": "object" }, "template_id": { "description": "Template ID", "type": "integer" }, "virtualMachineId": { "description": "Virtual Machine ID", "type": "integer" } }, "required": [ "virtualMachineId", "data_center_id", "template_id" ], "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