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:
Run the following command in your terminal:
cldkctl llm detail-alert --alert [alert id]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.The terminal displays the detailed configuration of the selected LLM alert.

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
-a, --alert string
Specify the alert ID.
-h, --help
Help for the llm detail-alert command.
Last updated
