delete-version

Description

Delete the version. Deletion of version can’t be canceled.

Notes

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

Synopsis

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

  Delete version

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

Options

-m, --model_id

Specify model_id when created with create-model.

-v, --version_id

Specify model_id when created with create-version.

Example

Delete the version.

Command:

$ abeja model delete-version --model_id 1234567890123 --version_id ver-2345678901234

Output:

{
  "message": "ver-f0336cbdc5754adb deleted"
}