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, rmSteps
Follow the steps below to run and view the result of this command:
Run the following command in your terminal:
cldkctl llm deleteThe system will process your request and attempt to remove the selected LLM model from your project.
Once completed successfully, a message “✓ LLM Deleted successfully!” will appear in your terminal.

Flags
Flag
Description
-h, --help
Help for the llm delete command.
Last updated
