Delete Scheduled Task
coolify_delete_scheduled_taskDelete a scheduled task from an application or service by providing resource type, UUID, and task UUID. Specify the target instance to avoid accidental production changes.
Instructions
Remove a scheduled task from an application or service.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uuid | Yes | Resource 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. | |
| resource | Yes | Resource type that owns the scheduled task | |
| task_uuid | Yes | Scheduled task UUID to delete |