VPS_getProjectLogsV1
Retrieve aggregated log entries from all Docker Compose services in a project for debugging and monitoring application behavior.
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
| Name | Required | Description | Default |
|---|---|---|---|
| virtualMachineId | Yes | Virtual Machine ID | |
| projectName | Yes | Docker Compose project name using alphanumeric characters, dashes, and underscores only |