> For the complete documentation index, see [llms.txt](https://docs.cloudeka.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cloudeka.ai/cloudeka-api-list/command-reference/cldkctl-exit.md).

# cldkctl exit

The exit command logs you out from the Cloudeka service by removing the stored authentication token. This ensures that your session is terminated and the authentication token is deleted from the local storage for security purposes.

## Usage

```
cldkctl exit [flags]
```

## Steps

Follow the steps below to run and view the result of this command:

1. Run the following command in your terminal:

```
cldkctl exit
```

2. Once completed successfully, a message **"✓ Successfully logged out from cldkctl"** will appear in your terminal.

<figure><img src="/files/I8lxhfmn6Hz37DZFFLtA" alt=""><figcaption></figcaption></figure>

## Flags

{% hint style="info" %}
This command supports [global flags](/cloudeka-api-list/global-flags.md). Refer to the Global Flags section for details
{% endhint %}

| Flag       | Description            |
| ---------- | ---------------------- |
| -h, --help | Help for exit command. |

<br>
