lf delete

Delete entities by key (or ID for evaluations).

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 ID.
risk-scorer Delete the risk scorer 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 ID.

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

lf delete risk-scorer

Delete the risk scorer with the provided key.

Usage
lf delete risk-scorer [OPTIONS] KEY