Close Anonymous Browser Session
gv_close_ephemeralTerminate an ephemeral session, freeing its resources by removing temporary files and stopping the browser. Optionally specify the session ID.
Instructions
Close an ephemeral session and free its resources.
Removes the tempdir + tears down the browser process. If the closed session was the active target, the active slot falls back to another running context (or None).
Args: session_id: The session id from gv_open_ephemeral. Omit to close the currently-active session.
Returns the closed id + the new active target.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |