Skip to main content
POST
/
browser_pools
/
{id_or_name}
/
flush
Flush all idle browsers in the pool
curl --request POST \
  --url https://api.onkernel.com/browser_pools/{id_or_name}/flush \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id_or_name
string
required

Browser pool ID or name

Response

Pool flushed successfully