Skip to main content
Glama

hostinger-api-mcp

Official

VPS_attachPublicKeyV1

Attach public keys to a virtual machine for SSH key authentication. Use this tool to enable secure access by linking existing public keys to a specified VPS instance.

Instructions

Attach existing public keys from your account to a specified virtual machine.

Multiple keys can be attached to a single virtual machine.

Use this endpoint to enable SSH key authentication for VPS instances.

Input Schema

NameRequiredDescriptionDefault
idsYesPublic Key IDs to attach
virtualMachineIdYesVirtual Machine ID

Input Schema (JSON Schema)

{ "properties": { "ids": { "description": "Public Key IDs to attach", "items": { "description": "ids parameter", "type": "integer" }, "type": "array" }, "virtualMachineId": { "description": "Virtual Machine ID", "type": "integer" } }, "required": [ "virtualMachineId", "ids" ], "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