For the complete documentation index, see llms.txt. This page is also available as Markdown.

cancel_task()

cancel_task()

Cancel a task in progress (sync-only, no async twin)

Arguments

{
  "task_id": "019cd179-8d61-7f65-a79c-b965dda9eac3"
}

Returns

True only if the task was IN_PROGRESS and is now CANCELLED; False otherwise (e.g. it had already finished).

true

Last updated