API v1.0
Stop Task
Stops a running browser automation task immediately. The task cannot be resumed after being stopped.
Use /pause-task
endpoint instead if you want to temporarily halt execution.
PUT
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Response
200 - application/json
The response is of type any
.
Was this page helpful?