> ## Documentation Index
> Fetch the complete documentation index at: https://flowdeck.studio/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Stop

> Stop a running app launched by FlowDeck

Use `stop` to terminate a running app by its FlowDeck ID or bundle ID.

```bash theme={null}
# 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

| Argument       | Description                                      |
| -------------- | ------------------------------------------------ |
| `<identifier>` | App identifier (short ID, full ID, or bundle ID) |

## Options

| 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 Output

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