/wtf imout — Suspend Troubleshooting Session
Suspend ongoing troubleshooting sessions while preserving captured data for later analysis.
Stop recording tool calls but preserve all captured data for later analysis.
Steps
-
Call the wtf_imout MCP tool:
- Fetch the tool if needed:
ToolSearchwith queryselect:mcp__wtf-server__wtf_imout - Call
mcp__wtf-server__wtf_imoutwith no arguments
- Fetch the tool if needed:
-
Parse the response and report to the user:
- If
ok: true→ "Recording suspended. Incident {incident_id} preserved for triage viawtf_happened." - If
ok: false→ "{message}" (e.g., "No active incident to suspend.")
- If
Important
- This does NOT delete captured data — it only stops future captures
- The suspended incident can still be viewed with
wtf_happened - Starting a new
/wtfsession will create a new incident (the suspended one remains archived)