Browser Sessions
Update a session
Update a live browser session. Currently supports toggling generate_browser_profile, which is read when the session ends to decide whether to save its browser profile.
patch/v1/browser_sessions/{browser_session_id}
Path parameters
browser_session_idstring required
The ID of the browser session. browser_session_id starts with pbs_
Example:pbs_123456
The ID of the browser session. browser_session_id starts with pbs_
Headers
x-api-keystring nullable
Skyvern API key for authentication. API key can be found at https://app.skyvern.com/settings.
Skyvern API key for authentication. API key can be found at https://app.skyvern.com/settings.
Request body
Response
Successfully updated browser session
Example response
{
"browser_session_id": "pbs_123456",
"status": "created",
"runnable_type": "task",
"runnable_id": "tsk_123456",
"timeout": 60,
"browser_address": "http://localhost:9222",
"app_url": "https://app.skyvern.com/browser-session/pbs_123456"
}