[debug]
Removes a workspace root that was registered at runtime via trace_add_workspace. Admin-configured --workspace roots cannot be removed.
Runtime evidence workflows need a quick way to confirm workspace, artifact, retention, and diagnostics capability before collecting data.
The model can verify that GliderTrace is ready and see local capability limits before starting expensive or sensitive capture work.
Try it locally in the GliderTrace playground
| Name | Type | Required | Description |
|---|---|---|---|
| path | string | Yes | Absolute path of a runtime-registered workspace root to remove. |
Remove a runtime-registered workspace root
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "trace_remove_workspace",
"arguments": {
"path": "C:/code/daisy"
}
}
}Returns the path and whether a runtime-registered root was removed.