Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl --request PUT \ --url 'http://localhost:2003/api/v1/task/task_123/run/stop?runId=run_456' \ --header 'x-api-key: <your-api-key>'
{ "success": true }
Stop a running task execution
The ID of the task
The ID of the run. If not provided, stops the most recent run.
Successful response
Error message if the request failed