create-alert
The llm create-alert command creates a new alert for your LLM project. This alert monitors specific conditions such as coin balance or spending threshold, and automatically sends notifications when the configured criteria are met.
Usage
cldkctl llm create-alert [flags]Aliases
create-alert, add-alertSteps
Follow the steps below to run and view the result of this command:
Run the following command in your terminal:
cldkctl llm create-alertThe terminal opens an interactive interface (TUI) where you can input each alert configuration field step by step.
Enter a name for the alert.
Provide a short description of the alert.
Choose the metric to monitor.
Select the condition that triggers the alert.
Enter the threshold value that determines when the alert should trigger.
Enter one or more email addresses (comma-separated) to receive alert notifications.
Specify how often the condition should be checked in the Period field.
Select the time unit for the period.

When all required fields are completed, the terminal displays a confirmation prompt “Create this LLM Alert?”. Use ←/→ to toggle between Confirm and Cancel, then press y or Enter to confirm, or n to cancel.

Once completed successfully, a message "✓ LLM Alert created successfully!" will appear in your terminal.

Flags
-h, --help
Help for the llm create-alert command.
Last updated
