Skip to content

simulator_boot

Boot a shutdown iOS simulator so it becomes ready for app installation, testing, and interaction. A simulator must be in the Booted state before you can install apps, capture screenshots, stream logs, or perform most other operations.

ParameterTypeRequiredDefaultDescription
deviceIdstringYesThe UDID or name of the simulator to boot. Use simulator_list to find available devices.

“Boot my iPhone 16 Pro simulator”

{
"deviceId": "F3A1B2C3-D4E5-6789-ABCD-EF0123456789"
}

“Start the iPhone 15 simulator”

{
"deviceId": "iPhone 15"
}

“Boot my iPad Air layout testing simulator”

{
"deviceId": "iPad Air - Layout Tests"
}
Simulator booted successfully.
Name: iPhone 16 Pro
UDID: F3A1B2C3-D4E5-6789-ABCD-EF0123456789
Runtime: iOS 18.0
State: Booted