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"
}