atmos helm delete
Uninstall a Helm release (helm uninstall) for a component in a stack.
Deleting a release that does not exist is a no-op.
Usage
atmos helm delete <component> --stack <stack> [options]
atmos helm delete monitoring -s plat-ue2-dev
# Delete components filtered by tags or labels (composes with --all/--affected)
atmos helm delete --all --tags production,tier-1
Flags
--stack,-s(required)- Atmos stack.
--all/--affected/--include-dependents(optional)- Process multiple Helm components in dependency order.
--tags/--labels(optional)- Filter by tags (comma-separated, matches any) or labels (comma-separated
key=valuepairs, matches all):--tags=production,tier-1,--labels=cost-center=platform. Compose with--all/--affectedto narrow the selected set further; cannot be combined with a single component argument.