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
Documentation IndexFetch the complete documentation index at: https://docs.browserable.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.browserable.ai/llms.txt
Use this file to discover all available pages before exploring further.
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