---
title: 'flexkit logout'
description: 'Reference and usage guidance for flexkit logout.'
---

# `flexkit logout`

Logs out the current user and removes stored local credentials.

## Synopsis

```bash
flexkit logout [options]
```

## Behavior

- If you are logged in, the CLI revokes the current session token and clears local auth config.
- If you are not logged in, the command exits successfully with an informational message.

## Options

`logout` has no command-specific flags. Use [global options](/docs/cli/global-options).

## Examples

```bash
flexkit logout
```


---

[View full sitemap](/docs/sitemap.md)
