thinkt sessions delete#
Delete a session
Synopsis#
Delete a session file from a known source.
The session can be specified as:
- Full path to a known session file
- Session ID (requires -p/–project)
- Filename (requires -p/–project)
Before deletion, shows session info and prompts for confirmation. Use –force to skip the confirmation.
Examples: thinkt sessions delete /full/path/to/session thinkt sessions delete -p ./myproject abc123 thinkt sessions delete -p ./myproject –force abc123
thinkt sessions delete <session> [flags]Options#
-f, --force skip confirmation prompt
-h, --help help for deleteOptions inherited from parent commands#
--log string write debug log to file
--pick force project picker even if in a known project directory
-p, --project string project path (auto-detects from cwd if not set)
-s, --source stringArray filter by source (claude|kimi|gemini|copilot|codex|qwen, can be specified multiple times)
-v, --verbose verbose outputSEE ALSO#
- thinkt sessions - View and manage sessions across all sources