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

# Logout

> Log out of the CLI and remove stored credentials.

Log out of the CLI. This removes the stored credentials for the current user.

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

To log out a specific user profile, use the `--user` flag:

```bash theme={null}
nscale logout --user <username>
```
