delstack
Force-delete stuck AWS CloudFormation stacks without orphaned resources
All Skills in This Repository (2)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install delstack?โผ
Run `npx skills add go-to-k/delstack --all -g -y` in your terminal to install all skills in this repository globally.
How to force delete a stuck CloudFormation stack?โผ
Run `delstack -s <stackName> -f` to remove resources blocking deletion, such as non-empty S3 buckets or ECR repositories, and disable deletion protection automatically.
Can delstack delete CDK apps across regions?โผ
Yes. Run `delstack cdk` in your CDK project directory to synthesize the app, discover all stacks including cross-region ones, and delete them in dependency order.
Does delstack leave orphaned resources behind?โผ
No. Unlike CloudFormation's FORCE_DELETE_STACK, delstack actually cleans up blocking resources like backup recovery points and Lambda ENIs before finishing the stack deletion.
Can I delete multiple stacks at once?โผ
Yes. Pass multiple `-s` flags and delstack deletes them in parallel while respecting inter-stack dependencies, with an optional `-n` flag to cap concurrency.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core