agy_cancel
Cancel a running job by job ID. Receive a success flag indicating whether the worker was alive or the job had already finished.
Instructions
Signal a running job to stop. Returns success=True, signalled=True if the worker was alive, signalled=False if it was unknown / already finished.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | ||
| job_id | No | ||
| success | Yes | ||
| signalled | No |