destroy_session
Terminate a persistent browser session to free up capacity and resources when web automation tasks are complete.
Instructions
Explicitly destroy a persistent browser session before it expires. Frees the browser page immediately. Use this when you are done with a session to free up capacity.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | The session ID to destroy (returned by create_session) |