Stop Task
PUT/workstations/:workstation_id/browser-use/v1/stop-task
Stop a running browser automation task immediately using browser-use operator. The task cannot be resumed after being stopped. Use the pause endpoint instead if you want to temporarily halt execution.
Request
Responses
- 200
- 400
- 401
- 402
- 404
- 429
- 500
- 503
Task stopped successfully
Invalid Request Format - check API documentation for proper syntax.
Unauthorized - missing or invalid API key.
Payment Required - you have run out of trial credits or your payment method has expired. Please add payment details to your account.
Not Found - the requested resource does not exist.
Too Many Requests - you have exceeded the rate limit for your account. Please wait before making additional requests.
Internal Server Error - please retry your request.
Service Unavailable - our servers have dropped the request due to high load - please retry.