> 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/guidance-for-enterprise/cloudeka-api-list/command-reference/cldkctl-llm/delete-keys.md).

# delete-keys

The llm delete-keys command removes an existing LLM (Large Language Model) key from your project. This command allows you to delete specific keys by providing their token.

## Usage

```
cldkctl llm delete-keys [flags]
```

## Aliases

```
delete-keys, rm-keys
```

## Steps

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

1. Run the following command in your terminal:

```
cldkctl llm delete-keys --token [token]
```

2. Replace \[token] with the unique identifier of the key you want to remove. You can find this token by running the command in the LLM List Keys section.
3. Once the command executes successfully, a message “✓ LLM Key deleted successfully!“ will appear in your terminal.

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

## Flags

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

| Flag       | Description                           |
| ---------- | ------------------------------------- |
| -h, --help | Help for the llm delete-keys command. |
