Skip to main content
Glama

hostinger-api-mcp

Official

VPS_getProjectLogsV1

Retrieve recent log entries from all services in a Docker Compose project. Use for debugging, monitoring application behavior, and troubleshooting issues across your project stack.

Instructions

Retrieves aggregated log entries from all services within a Docker Compose project.

This endpoint returns recent log output from each container, organized by service name with timestamps. The response contains the last 300 log entries across all services.

Use this for debugging, monitoring application behavior, and troubleshooting issues across your entire project stack.

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