Skip to main content
Use uninstall to remove an app by FlowDeck app ID or bundle ID from either a simulator or a connected device.
# Uninstall by app ID
flowdeck uninstall <app-id>

# Uninstall by bundle ID
flowdeck uninstall com.example.MyApp

# Target a specific simulator
flowdeck uninstall com.example.MyApp --simulator "iPhone 16"

# Target a specific device
flowdeck uninstall com.example.MyApp --device "John's iPhone"

# JSON output
flowdeck uninstall <app-id> --json

# Show usage examples
flowdeck uninstall com.example.MyApp --examples

Arguments

ArgumentDescription
<identifier>App identifier (short/full ID) or bundle ID

Options

OptionShortDescription
--simulator-sTarget simulator name or UDID (defaults to inferred/booted simulator)
--device-dTarget connected device name or UDID
--json-jOutput as JSON
--verbose-vShow verbose output
--examples-eShow usage examples
Uninstall is not available on macOS apps. Use flowdeck stop <app-id> for macOS launches.