Cancel Run
deerflow_cancel_runInterrupt an active DeerFlow research run by supplying its thread and run IDs, returning an accepted status to stop in-progress work.
Instructions
Cancel an in-flight DeerFlow run (interrupts it). Returns the accepted status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run_id | Yes | The run id to cancel. | |
| thread_id | Yes | The thread id. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run_id | Yes | ||
| status | Yes | ||
| thread_id | Yes |