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 destroy
This will destroy all resources created by this deployment.
This action cannot be undone!
Do you really want to destroy? Type 'yes' to confirm: yes
Destroying infrastructure in aws (us-east-1)
✓ Infrastructure destroyed successfully

Auto-approve destruction

Terminal - OnglX Deploy
$ onglx-deploy destroy --auto-approve
Destroying infrastructure in aws (us-east-1)
✓ Infrastructure destroyed successfully