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

# versuno logout

> Remove stored credentials and log out.

```
versuno logout
```

Deletes `~/.versuno/config.json` and removes your stored API key. The operation is immediate and does not require confirmation.

If not currently logged in the command prints a message and exits successfully.

## Example

```bash theme={null}
versuno logout
# → Logged out. API key removed.
```
