---
source: https://cli.eloqnt.dev/docs/cli/logout
docs_index: https://cli.eloqnt.dev/llms.txt
---

# eloqnt logout

Disconnect the CLI from your eloqnt account on this machine.

Logging out also revokes the session in eloqnt/engine.

```console
$ eloqnt logout
Logged out
```

To switch accounts, you can run `eloqnt login` directly without logging out first, since a fresh login replaces the previous session.

## Flags

| Flag | Type | Description |
| --- | --- | --- |
| `--config` | `string` | Path to the eloqnt config file (defaults to .eloqnt/config.{ts,mts,js,mjs}) |
| `--json` | `boolean` | Output the result as JSON |

---

For an index of every eloqnt/cli documentation page, see [https://cli.eloqnt.dev/llms.txt](https://cli.eloqnt.dev/llms.txt).
