Skip to content
Developer Preview

goal/resume

Resumes a paused goal under the same wake gate as goal/set.

Type: GoalResumeParams

goal/resume params; shape as goal/clear.

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/goal~2Fresume

{
"description": "Resumes a paused goal under the same wake gate as goal/set.",
"params": {
"$ref": "#/$defs/GoalResumeParams"
},
"result": {
"$ref": "#/$defs/GoalCommandResult"
}
}