Skip to content

Reboot Device

Reboot iOS devices through system shortcut keys.

Interface Description

Interface Type

rebootDevice

Parameters

ParameterTypeRequiredDescription
deviceIdstringDevice ID

Return Value

javascript
true  // Returns true on successful operation

Basic Usage

Reboot Device

javascript
// Reboot specified device
await apiInvoke('rebootDevice', {
    deviceId: 'P72578581E07'
});

How It Works

The interface triggers reboot operation through shortcut keys

Important Notes

  • Device will disconnect after executing reboot operation
  • No operations can be performed during device reboot (typically takes 30-60 seconds)

Cooperation: try.catch@foxmail.com