Page cover

delete

The llm delete command allows you to remove an existing Large Language Model (LLM) from your project. This command is used to delete models that are no longer needed or have been replaced with updated configurations.

Usage

cldkctl llm delete [flags]

Aliases

delete, rm

Steps

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

  1. Run the following command in your terminal:

cldkctl llm delete
  1. The system will process your request and attempt to remove the selected LLM model from your project.

  2. Once completed successfully, a message “✓ LLM Deleted successfully!” will appear in your terminal.

Flags

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

  2. You cannot delete an LLM if there are still active alerts associated with it. Before running this command, make sure all alerts have been deleted.

Flag
Description

-h, --help

Help for the llm delete command.

Last updated