pausing response confirms the request was sent - not that the task is paused yet. Monitor until the task reports paused or completed.
Parameters
string
required
The active session that owns the task.
string
required
The task to pause.
Behavior
- The call returns
pausingimmediately. - Call
phone_task_monitoruntil the task reportspausedorcompleted. - Resume only a
pausedtask, withphone_task_resume.
terminal through the terminal outcomes table instead - there is nothing to resume.
- A
pausedtask keeps itstask_id; pausing never creates a replacement task. - Time spent paused does not count against the task’s execution timeout
(
per_call_timeout_s).
Task pause suspends one task. To block a whole device from accepting new
work, use
phone_device_pause.Related
phone_task_resume- continue the taskphone_task_cancel- stop it permanently