Reset Coolify Application Labels
coolify_reset_labelsClears custom labels from a Coolify application to auto-generate Traefik labels from current domain config. Use after changing domains to fix stale routing rules.
Instructions
Clear custom_labels on an application so Coolify auto-generates Traefik labels from the current domain config. Use this after changing domains to fix stale routing rules. Optionally triggers a redeploy.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uuid | Yes | Application UUID | |
| reveal | No | Reveal redacted secret values in the response (default false; the call is audited) | |
| instance | Yes | REQUIRED — which Coolify instance to mutate: 'prod' (Hetzner VPS) or 'dev' (local OrbStack VM). No default: state the target explicitly so a write never lands on prod by accident. | |
| redeploy | No | Trigger a redeploy after clearing labels (default: true) |