onglx-deploy destroy
Destroy all deployed infrastructure
Destructive
Cleanup
Description
Remove all resources created by the deployment. This action cannot be undone.
⚠️ Warning
This command will permanently delete all deployed resources. Make sure you have backups of any important data.
Examples
Interactive destruction
Terminal - OnglX Deploy
$ onglx-deploy destroyThis will destroy all resources created by this deployment.This action cannot be undone!Do you really want to destroy? Type 'yes' to confirm: yesDestroying infrastructure in aws (us-east-1)✓ Infrastructure destroyed successfully
Auto-approve destruction
Terminal - OnglX Deploy
$ onglx-deploy destroy --auto-approveDestroying infrastructure in aws (us-east-1)✓ Infrastructure destroyed successfully