# 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="/files/dH9d4a4sfv8amZP5hMk2" 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.](/guidance-for-individual/cloudeka-api-list/global-flags.md) 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. |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.cloudeka.ai/guidance-for-individual/cloudeka-api-list/command-reference/cldkctl-llm/detail-alert.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
