Stops a running browser automation task immediately.
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.
ID of the task to stop
The endpoint returns an empty response body with a 200 status code on success.
Stopping a task is irreversible. If you need to pause execution temporarily, use the /pause-task
endpoint instead.