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

# koava logout

> Clear stored authentication credentials

# Usage

```bash theme={"system"}
koava logout
```

For help:

```bash theme={"system"}
koava logout -h
```

# Description

Clears your stored API key and authentication credentials. Use when switching accounts or for security.

# Examples

```bash theme={"system"}
koava logout
# ✓ Successfully logged out from KoalaVault
```

# Verify Logout

```bash theme={"system"}
koava status
# Authentication Status: ✗ Not authenticated
```

# Related Commands

* [koava login](/koava/login) - Authenticate with API key
* [koava status](/koava/status) - Check authentication status
