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

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

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

id_or_name*string

Browser pool ID or name

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Request body for releasing a browser back to the pool.

Response

Browser released successfully

no response body.
curl -X POST "https://example.com/browser_pools/string/release" \  -H "Content-Type: application/json" \  -d '{    "session_id": "string"  }'
Empty