v97

latestOpenAPI 3.1.0raw.githubusercontent.com2026-07-31135175384.2 KB
Browser Pools

Release a browser back to the pool

Release a browser back to the pool, optionally recreating the browser instance.

post/browser_pools/{id_or_name}/release

Path parameters

id_or_namestring required

Browser pool ID or name

Request body

session_idstring required

Browser session ID to release back to the pool

reuseboolean

Whether to reuse the browser instance or destroy it and create a new one. Defaults to true. A reused browser keeps the configuration it was created with, so it does not pick up pool configuration changes made while it was in use. Release with reuse: false, or flush the pool afterward, to rebuild it with the current configuration.

Example request

{
  "session_id": "ts8iy3sg25ibheguyni2lg9t"
}

Response

Browser released successfully