subagent/reopen
Reopen a stopped/closed child as a durable later attempt.
Parameters
Section titled “Parameters”Type: SubagentTargetParams
Params for subagent/resume, subagent/reopen, and
subagent/readResult: the bare child target.
| Field | Type | Stability | Presence | Description |
|---|---|---|---|---|
commandId |
string |
required | Client-minted UUIDv7 command id. | |
sessionId |
string |
required | Target session (UUIDv7 string; preamble). | |
subagentId |
string |
required | Durable child id (the item’s subagentId; opaque string). |
Source
schema/msp/experimental/msp.schema.json#/methods/subagent~2Freopen
{ "description": "Reopen a stopped/closed child as a durable later attempt.", "params": { "$ref": "#/$defs/SubagentTargetParams" }, "result": { "$ref": "#/$defs/CommandAcceptedResult" }}