Get Coolify Application
coolify_get_applicationRetrieve full details for a specified application by UUID, including build config, health check settings, Git info, and deployment status. Optionally reveal masked webhook or basic-auth secrets.
Instructions
Get full details for a single application by UUID, including build config, health check settings, Git info, and deployment status. Webhook/basic-auth secrets are masked unless reveal:true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uuid | Yes | The UUID of the resource | |
| reveal | No | Reveal masked webhook/basic-auth secrets (default false) | |
| instance | No | Coolify instance to target: 'prod' (Hetzner VPS) or 'dev' (local OrbStack VM). Defaults to prod. | prod |