Get Docker Container Logs
vps_docker_logsRetrieve Docker container logs from a VPS. Specify container, lines, since, or reveal secrets for auditing. Targets Hetzner prod by default or dev OrbStack.
Instructions
Retrieve logs from a Docker container on the selected VPS. Targets Hetzner prod by default; pass instance='dev' for the OrbStack ubuntu machine.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lines | No | Number of log lines to tail (default: 100) | |
| since | No | Show logs since timestamp or relative (e.g. '10m', '1h', '2026-03-19T00:00:00') | |
| reveal | No | Reveal redacted secret values in the response (default false; the call is audited) | |
| instance | No | Which VPS to target: 'prod' (Hetzner at 178.156.247.239 via SSH) or 'dev' (local OrbStack machine via `orb run`). Defaults to 'prod'. Must match the Coolify instance when debugging Coolify-managed containers — mismatched routing silently hits the wrong host. | prod |
| container | Yes | Container name or ID |