curl --request PUT \ --url 'http://localhost:2003/api/v1/task/task_123/stop' \ --header 'x-api-key: <your-api-key>'
{ "success": true }
Stop a task from running future executions
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 to stop
Successful response