Diagnose Application
coolify_diagnose_appRun a comprehensive diagnostic on a Coolify application by fetching details, recent logs, environment variable count, and deployment history in parallel using a UUID, name, or domain.
Instructions
Composite diagnostic for an application: fans out to fetch details, recent logs, env var count, and deployment history in parallel. Accepts UUID, app name, or FQDN/domain.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Application UUID, name, or domain (FQDN) | |
| reveal | No | Reveal redacted secret values in the response (default false; the call is audited) | |
| instance | No | Coolify instance to target: 'prod' (Hetzner VPS) or 'dev' (local OrbStack VM). Defaults to prod. | prod |
| log_lines | No | Number of log lines to fetch (default: 50) |