resume
Restore a previously checkpointed task, returning its plan, progress, and context so the AI can continue where it left off.
Parameters
Section titled “Parameters”| Parameter | Type | Required | Description |
|---|---|---|---|
id | number | Yes | Task ID to resume |
Return Value
Section titled “Return Value”Returns the full task state: title, plan, progress, context, and status.
Examples
Section titled “Examples”Resume a task
Section titled “Resume a task”{ "id": 3}- Use
list_tasksfirst to find the right task ID - After resuming, the AI uses the plan and context to orient itself
- Update the task with another
checkpointwhen progress is made
Related Tools
Section titled “Related Tools”- checkpoint — Save task state
- list_tasks — Find tasks to resume