Skip to content
Developer Preview

TaskStopAllParams

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

  • commandId
  • sessionId
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"
}