# arc stop

Arc agent documentation

Stop a running hub

[CLI reference index](/arc/docs/reference/cli) · [CLI behavior guide](/arc/docs/guides/cli)

## arc stop

Stop a running hub

```text
usage: arc stop [-h] [--host HOST] [--port PORT] [--storage STORAGE]

options:
  -h, --help         show this help message and exit
  --host HOST
  --port PORT
  --storage STORAGE  SQLite path. Defaults to <arc data-root>/app.db.

```

### Argument defaults

| Argument | Required | Default | Choices |
| --- | --- | --- | --- |
| `--host` | no | "127.0.0.1" | — |
| `--port` | no | 6969 | — |
| `--storage` | no | null | — |
