Skip to content
Developer Preview

task/stopAll

Stops every stoppable background workload live at admission; always accepted, one item terminal folds per stopped item-visible task.

Type: TaskStopAllParams

task/stopAll params: stop every stoppable background workload live at admission.

Field Type Stability Presence Description
commandId string required The idempotency handle (UUIDv7).
sessionId string required The target session.
Source

schema/msp/experimental/msp.schema.json#/methods/task~2FstopAll

{
"description": "Stops every stoppable background workload live at admission; always accepted, one item terminal folds per stopped item-visible task.",
"params": {
"$ref": "#/$defs/TaskStopAllParams"
},
"result": {
"$ref": "#/$defs/TaskStopAllResult"
}
}