close_mathematica_session
Terminates a specific Wolfram Language session and releases associated resources to free up system memory and kernel licenses. Use to close active sessions efficiently.
Instructions
Terminates a specific Wolfram Language session and releases all associated resources.
It is good practice to call this tool when you are finished with a session to free up system memory and kernel licenses. Once a session is closed, its ID can no longer be used.
Args: session_id: The unique identifier of the session you wish to close. This must be an ID from an active, open session. Example: 'bee-sloth-auk-mole'.
Returns: A confirmation message indicating that the session was successfully closed.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
session_id | Yes |