Skip to main content
POST
JavaScript

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

Body

application/json

Request body for releasing a browser back to the pool.

session_id
string
required

Browser session ID to release back to the pool

Example:

"ts8iy3sg25ibheguyni2lg9t"

reuse
boolean
default:true

Whether to reuse the browser instance or destroy it and create a new one. Defaults to true.

Example:

false

Response

Browser released successfully