delete-model

Description

Delete the model. You can’t undo model deletion.

Notes

If there is a version or deployment associated with the model, the model can’t be deleted unless the version is deleted first.

Synopsis

$ abeja model delete-model [--help]
Usage: abeja model delete-model [OPTIONS]

  Delete model

Options:
  -m, --model_id TEXT  Model identifier  [required]
  --help               Show this message and exit.

Option

-m, --model_id

Specify model_id when created with create-model.

Example

Delete the model.

Command:

$ abeja model delete-model --model_id 1234567890123

Output:

{
  "message": "1234567890123 deleted"
}