Batches
...
Batches API
Batches

Stop All Batches

3min

Stop All Batches

Stop all Batches on your account that are currently in the queued or running state by making an HTTP GET request to the /batches/stopall endpoint. The Batches will be set back to the idle state.

For Batches that are currently queued you will be refunded for the credits allocated for that Batch run. If the Batch has already started running (i.e. it is in the state running ) then a credit refund will not be issued, but the Batch will still be stopped.



Example

GET /batches/stopall

HTTP
Curl
Node.js
Python
PHP


Scale SERP responds with a JSON object confirming that the Batches have been stopped.

JSON



Next Steps      Get Batches      List Batches

Updated 13 Aug 2024
Did this page help you?