# detail-alert

The llm detail-alert command retrieves detailed information about an existing LLM alert in your project. This command displays essential information such as the alert name, description, metric, threshold, condition, email notifications, and other related configurations.

## Usage

```
cldkctl llm detail-alert [flags]
```

## Steps

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

1. Run the following command in your terminal:

```
cldkctl llm detail-alert --alert [alert id]
```

2. Replace `[alert id]` with the ID of the alert you want to inspect. You can find the alert ID by running the command in the List Alert section.
3. The terminal displays the detailed configuration of the selected LLM alert.

<figure><img src="https://2882153758-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fi9YWb69HFXLHYlXffReU%2Fuploads%2FRZJcIcgVvcW6NfJt8YCv%2Funknown.png?alt=media&#x26;token=7732e419-1007-4e1b-af20-a0c42b7844c8" alt=""><figcaption></figcaption></figure>

| Column       | Description                                          |
| ------------ | ---------------------------------------------------- |
| ID           | Unique identifier of the alert.                      |
| Project ID   | Identifier of the project associated with the alert. |
| Name         | The name assigned to the alert.                      |
| Description  | Short explanation of the alert purpose.              |
| Metric       | The monitored parameter.                             |
| Threshold    | The numeric value that triggers the alert.           |
| Variable     | The condition applied.                               |
| Emails       | The email addresses that receive notifications.      |
| Period       | The monitoring interval and unit.                    |
| APIKey Alias | Associated key alias if available.                   |

## Flags

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

| Flag               | Description                            |
| ------------------ | -------------------------------------- |
| -a, --alert string | Specify the alert ID.                  |
| -h, --help         | Help for the llm detail-alert command. |
