Reboot Device
Reboot iOS devices through system shortcut keys.
Interface Description
Interface Type
rebootDeviceParameters
| Parameter | Type | Required | Description |
|---|---|---|---|
deviceId | string | ✅ | Device ID |
Return Value
javascript
true // Returns true on successful operationBasic 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)