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

# logout

> Clear stored credentials and sign out of the CLI.

```bash theme={null}
memorybase logout
```

Removes your locally stored session credentials. After logging out, you'll need to run `memorybase login` again to use authenticated commands.

## Example

```bash theme={null}
memorybase logout
```
