revoke_task
Revoke a Celery task by its task ID and optionally terminate it if running, with configurable signal (default SIGTERM).
Instructions
Revoke a task, optionally terminating it if running.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | ||
| terminate | No | ||
| signal | No | SIGTERM |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |