TaskStopAllParams
task/stopAll params: stop every stoppable background
workload live at admission.
Fields and variants
Section titled “Fields and variants”commandIdsessionId
Source
schema/msp/experimental/msp.schema.json#/types/TaskStopAllParams
{ "description": "`task/stopAll` params: stop every stoppable background\nworkload live at admission.", "properties": { "commandId": { "description": "The idempotency handle (UUIDv7).", "type": "string" }, "sessionId": { "description": "The target session.", "type": "string" } }, "required": [ "commandId", "sessionId" ], "type": "object"}