Page cover

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]
  1. 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.

  2. The terminal displays the detailed configuration of the selected LLM alert.

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

This command supports global flags. Refer to the Global Flags section for details

Flag
Description

-a, --alert string

Specify the alert ID.

-h, --help

Help for the llm detail-alert command.

Last updated