- 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
 - SECRET COMMAND
 - SECRET VERSION COMMAND
 
 
 - 
  
    ABEJA Platform CLI
  
  
  
  
 - FAQ
 - Appendix
 
delete-deployment
Description
Delete the deployment. You can’t undo the deletion of a deployment.
Notes
If there are services or triggers associated with the deployment, the deployment cannot be deleted unless the services are deleted first.
Synopsis
$ abeja model delete-deployment [--help]
Usage: abeja model delete-deployment [OPTIONS]
  Delete deployment
Options:
  -d, --deployment_id TEXT  Deployment identifier  [required]
  --help                    Show this message and exit.
Options
-d, --deployment_id
Specify deployment_id when created with create-deployment.
Example
Deleting a deployment
Command:
$ abeja deployment delete-deployment --deployment_id 1234567890123
Output:
{
  "message": "1234567890123 deleted"
}