Sessions API
Update Session
POST
Authorizations
Your Browserbase API Key.
Path Parameters
Body
application/json
Set to REQUEST_RELEASE
to request that the session complete. Use before session's timeout to avoid additional charges.
Available options:
REQUEST_RELEASE
Response
200 - application/json
The request has succeeded.
The Project ID linked to the Session.
Available options:
RUNNING
, ERROR
, TIMED_OUT
, COMPLETED
Indicates if the Session was created to be kept alive upon disconnections
The region where the Session is running.
Available options:
us-west-2
, us-east-1
, eu-central-1
, ap-southeast-1
CPU used by the Session
Memory used by the Session
Optional. The Context linked to the Session.
Arbitrary user metadata to attach to the session. To learn more about user metadata, see User Metadata.
Was this page helpful?