Skip to main content
Resumes a paused task. Execution continues under the same task_id - keep monitoring the original task until it becomes completed.

Parameters

string
required
The active session that owns the task.
string
required
The paused task to resume.
string
Optional short guidance if the agent should change course after resuming.

Behavior

  • Resume only a task that reports status: "paused". If it already completed, act on its terminal instead.
  • Resume does not create a replacement task - continue monitoring the original task_id with phone_task_monitor.
  • After resuming, the monitor may return paused again if execution is suspended, or monitor_timed_out: true while the task remains pending or running; resume or monitor again as appropriate.
  • Time spent paused does not count against the task’s execution timeout.