clear_session
Delete all stored memory data for a given session, including nodes, transcripts, and edges. Requires explicit confirmation to execute.
Instructions
Delete all memory data for one session/context window stream, including nodes, transcripts, context windows, and connected edges. Requires confirm=true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | Must be true to perform the destructive clear operation. | |
| dry_run | No | Preview the clear operation without deleting data. | |
| session_id | Yes | Session identifier to clear. |