- Overview
- Getting Started Guide
- UserGuide
-
References
-
ABEJA Platform CLI
- CONFIG COMMAND
- DATALAKE COMMAND
- DATASET COMMAND
- TRAINING COMMAND
-
MODEL COMMAND
- check-endpoint-image
- check-endpoint-json
- create-deployment
- create-endpoint
- create-model
- create-service
- create-trigger
- create-version
- delete-deployment
- delete-endpoint
- delete-model
- delete-service
- delete-version
- describe-deployments
- describe-endpoints
- describe-models
- describe-service-logs
- describe-services
- describe-versions
- download-versions
- run-local
- run-local-server
- start-service
- stop-service
- submit-run
- update-endpoint
- startapp command
-
ABEJA Platform CLI
- FAQ
- Appendix
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"
}