Terminates an active browser session in Amazon Bedrock AgentCore. This operation stops the session, releases associated resources, and makes the session unavailable for further use.
To stop a browser session, you must specify both the browser identifier and the session ID. Once stopped, a session cannot be restarted; you must create a new session using StartBrowserSession.
The following operations are related to StopBrowserSession:
put/browsers/{browserIdentifier}/sessions/stop#sessionId
Path parameters
browserIdentifierstring required
The unique identifier of the browser associated with the session.
Query parameters
sessionIdstring required
The unique identifier of the browser session to stop.
Headers
X-Amzn-Trace-Idstring
The trace identifier for request tracking.
traceparentstring
The parent trace information for distributed tracing.
Request body
Response
Success