[solution]
Stops an active trace_start session, terminates the launched process, and finalizes stored evidence.
Command and test failures need reproducible execution plus stored stdout, stderr, test, and trace evidence.
The model can create durable sessions instead of relying on transient terminal output pasted into a prompt.
Try it locally in the GliderTrace playground
| Name | Type | Required | Description |
|---|---|---|---|
| sessionId | string | Yes | Trace session id, for example trc_20260507_123044_ab12cd34. |
| waitForExitMs | number | No | Milliseconds to wait for the process to exit after termination. Defaults to 5000. |
Stop an active trace session
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "trace_stop",
"arguments": {
"sessionId": "trc_20260507_123044_ab12cd34"
}
}
}Returns finalized session metadata, process exit status, artifacts, and summarized findings.