Skip to main content
Glama

hostinger-api-mcp

Official

VPS_getProjectContentsV1

Retrieve complete project details, including Docker Compose file contents, metadata, and deployment status, to inspect configurations, review compose files, and assess project health.

Instructions

Retrieves the complete project information including the docker-compose.yml file contents, project metadata, and current deployment status.

This endpoint provides the full configuration and state details of a specific Docker Compose project.

Use this to inspect project settings, review the compose file, or check the overall project health.

Input Schema

NameRequiredDescriptionDefault
projectNameYesDocker Compose project name using alphanumeric characters, dashes, and underscores only
virtualMachineIdYesVirtual Machine ID

Input Schema (JSON Schema)

{ "properties": { "projectName": { "description": "Docker Compose project name using alphanumeric characters, dashes, and underscores only", "type": "string" }, "virtualMachineId": { "description": "Virtual Machine ID", "type": "integer" } }, "required": [ "virtualMachineId", "projectName" ], "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