Skip to main content
Use stop to terminate a running app by its FlowDeck ID or bundle ID.
# Stop a specific app
flowdeck stop <app-id>

# Stop by bundle ID
flowdeck stop com.example.MyApp

# Stop all running apps
flowdeck stop --all

# Force kill
flowdeck stop <app-id> --force

# Show usage examples
flowdeck stop --examples

Arguments

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

Options

OptionShortDescription
--all-aStop all running apps
--force-fForce kill (SIGKILL instead of SIGTERM)
--json-jOutput JSON/NDJSON events
--examples-eShow usage examples

JSON Output

When --json is set, stop emits NDJSON events for single-app and batch stops.