iOS Simulator: Terminate
ios_simulator_terminateTerminate a running iOS simulator app by bundle ID without uninstalling, preserving app data and returning it to a cold start.
Instructions
Kill a running app. The app is not uninstalled and its data is untouched — this is how you get back to a cold start without erasing anything.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| device | No | Which simulator: its UDID or its name as shown by ios_simulator_list. Omit it when exactly one is booted — that is the normal case, and IOS_SIMULATOR_ID pins it when it is not. Unlike simctl's own `booted`, this never picks arbitrarily between two. | |
| bundle_id | Yes | The app's bundle identifier, e.g. "io.mgcrea.Canopy". List them with ios_simulator_list_apps. |