lf delete

Delete entities by key (or ID for evaluation runs).

Usage
lf delete [OPTIONS] COMMAND [ARGS]...
Subcommands
app Delete the AI app with the provided key.
model-adapter Delete the model adapter with the provided key.
model Delete the model with the provided key.
dataset-generator Delete the dataset generator with the provided key.
dataset Delete the dataset with the provided key.
task Delete the task with the provided key.
eval Delete the evaluation with the provided key.
eval-run Delete the evaluation run with the provided ID.
risk-scorer Delete the risk scorer with the provided key.
framework Delete the framework with the provided key.

lf delete app

Delete the AI app with the provided key.

Usage
lf delete app [OPTIONS] KEY

lf delete model-adapter

Delete the model adapter with the provided key.

Usage
lf delete model-adapter [OPTIONS] KEY

lf delete model

Delete the model with the provided key.

Usage
lf delete model [OPTIONS] KEY

lf delete dataset-generator

Delete the dataset generator with the provided key.

Usage
lf delete dataset-generator [OPTIONS] KEY

lf delete dataset

Delete the dataset with the provided key.

Usage
lf delete dataset [OPTIONS] KEY

lf delete task

Delete the task with the provided key.

Usage
lf delete task [OPTIONS] KEY

lf delete eval

Delete the evaluation with the provided key.

Usage
lf delete eval [OPTIONS] KEY

lf delete eval-run

Delete the evaluation run with the provided ID.

Usage
lf delete eval-run [OPTIONS]
Options
Name Type Description Default
--id text ID of the evaluation run to be deleted.

lf delete risk-scorer

Delete the risk scorer with the provided key.

Usage
lf delete risk-scorer [OPTIONS] KEY

lf delete framework

Delete the framework with the provided key.

Usage
lf delete framework [OPTIONS] KEY