stop to terminate a running app by its FlowDeck ID or bundle ID.
Arguments
Options
JSON Output
When--json is set, stop emits NDJSON events for single-app and batch stops.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Stop a running app launched by FlowDeck
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
| Argument | Description |
|---|---|
<identifier> | App identifier (short ID, full ID, or bundle ID) |
| Option | Short | Description |
|---|---|---|
--all | -a | Stop all running apps |
--force | -f | Force kill (SIGKILL instead of SIGTERM) |
--json | -j | Output JSON/NDJSON events |
--examples | -e | Show usage examples |
--json is set, stop emits NDJSON events for single-app and batch stops.Was this page helpful?
