# arc reset

Arc agent documentation

Stop the hub and delete the database

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

## arc reset

Stop the hub and delete the database

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

options:
  -h, --help         show this help message and exit
  --host HOST
  --port PORT
  --storage STORAGE  SQLite path. Defaults to <arc data-root>/app.db.
  --yes, -y          Skip the confirmation prompt (required when stdin is not
                     a terminal)

```

### Argument defaults

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