curl --request POST \
--url https://api.skyvern.com/v1/browser_sessions/{browser_session_id}/close{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Close a session. Once closed, the session cannot be used again.
curl --request POST \
--url https://api.skyvern.com/v1/browser_sessions/{browser_session_id}/close{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Skyvern API key for authentication. API key can be found at https://app.skyvern.com/settings.
The ID of the browser session to close. completed_at will be set when the browser session is closed. browser_session_id starts with pbs_
"pbs_123456"
Successfully closed browser session