Uninstall App
uninstall_appRemove a specified app from a booted iOS simulator or Android emulator, clearing its storage for a clean launch. Use before installing the app to ensure a fresh state.
Instructions
Remove an installed app from a booted simulator/emulator, wiping its storage. Use before install_app to guarantee a clean-state launch. iOS: xcrun simctl uninstall; Android: adb uninstall.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bundleId | Yes | iOS bundle identifier or Android package name of the app to remove | |
| platform | Yes | Target mobile platform | |
| deviceUdid | Yes | Target device UDID (from list_devices) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| output | Yes | ||
| passed | Yes | Whether uninstall succeeded | |
| bundleId | Yes | iOS bundle identifier or Android package name that was removed | |
| platform | Yes | ||
| deviceUdid | Yes | ||
| durationMs | Yes |