Terminating a deploymentΒΆ

You terminate a deployment by running deploy terminate:

$ hammr deploy terminate --id <your-id>
Do you really want to delete deployment with id t0id1exb3d [Y/n]
Y
Deployment is stopping
|##############################################################|
OK: Deployment terminated

This command will delete your deployment on the targeted cloud. You cand find the ID of the deployment by using the command deploy list.