simctl_terminate
Terminate a running iOS Simulator app without shutting down the simulator. Specify device and bundle identifier to stop the app while keeping the simulator active.
Instructions
Terminate a running app on a simulator without shutting down the simulator
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| device | Yes | Device UDID, name, or "booted" | |
| bundle_id | Yes | Bundle identifier of the app to terminate |