> ## Documentation Index
> Fetch the complete documentation index at: https://docs.agi.tech/llms.txt
> Use this file to discover all available pages before exploring further.

# phone_device_resume

> Allow new tasks on a paused device again.

Lifts a device pause set by [`phone_device_pause`](/api-reference/tools/phone-device-pause). After resuming, [`phone_run_task`](/api-reference/tools/phone-run-task) calls targeting the device are accepted again.

## Parameters

<ParamField body="device_id" type="string">
  The device to resume. Omit to use your default device.
</ParamField>

## Behavior

* Only affects the acceptance of **new** tasks - it does not restart or replay
  anything that was rejected while the device was paused. Start those tasks
  again with `phone_run_task`.
* Resuming a device is unrelated to resuming a task; a `paused` task is resumed
  with [`phone_task_resume`](/api-reference/tools/phone-task-resume).

## Related

* [`phone_device_pause`](/api-reference/tools/phone-device-pause) - the counterpart
* [`phone_device_status`](/api-reference/tools/phone-device-status) - verify the pause state
