Examples

Ufo provides a quick way to destroy an ECS service. This is effectively the same thing as deleting the CloudFormation stack.

ufo destroy demo-web

If you would like to bypass the prompt, you can use the --sure option.

ufo destroy demo-web --sure