dsh_cancel
Cancel the active root turn or remove all queued tasks for a given task ID. Use turn scope to preserve pending work, or queue scope to clear the entire queue snapshot.
Instructions
scope=turn cancels only the active root turn and preserves queued work. scope=queue non-atomically removes each item from the latest mux queue snapshot.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scope | No | turn | |
| taskId | Yes | ||
| sinceCursor | No | ||
| expectedRevision | No |