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

# tp logout

> Log out

```bash theme={"theme":{"light":"github-light","dark":"github-dark-dimmed"}}
tp logout
```

Discards the stored credentials for the current server and revokes the refresh token on the server
side. On a deployment with Redis configured, the access token stops working immediately rather than
at expiry.

```bash theme={"theme":{"light":"github-light","dark":"github-dark-dimmed"}}
tp logout --server https://tuneplane.other-team.com
```

Logs out of one specific deployment when you are signed in to several.

## `tp logout`

Log out

```bash theme={"theme":{"light":"github-light","dark":"github-dark-dimmed"}}
tp logout [options]
```

| Option           | Description                                        |
| ---------------- | -------------------------------------------------- |
| `--server`, `-s` | Which TunePlane address (default: the current one) |
