atmos aws cloudformation changeset delete
Delete a named changeset (DeleteChangeSet) without touching the stack
itself. Use this to clean up changesets created with
changeset create that
you decided not to execute.
Usage
atmos aws cloudformation changeset delete <component> --stack <stack> --changeset-name <name> [options]
atmos aws cloudformation changeset delete vpc -s plat-ue2-dev --changeset-name vpc-2026-08-25
Flags
--stack,-s(required for a single component)- Atmos stack. Required when operating on a single component; optional (and used only to narrow the selected set) with
--all/--affected. --changeset-name(required)- Name of the changeset to delete.
--all(optional)- Delete the named changeset for all
aws/cloudformationcomponents in dependency order. --affected(optional)- Delete the named changeset for affected
aws/cloudformationcomponents and their dependencies. --include-dependents(optional)- With
--affected, include dependentaws/cloudformationcomponents. --tags(optional)- Filter by tags (comma-separated, matches any):
--tags=production,tier-1. Composes with--all/--affectedto narrow the selected set further; cannot be combined with a single component argument. --labels(optional)- Filter by labels (comma-separated
key=valueorkey:valuepairs, matches all):--labels=cost-center=platform,compliance=sox. Composes with--all/--affected/--tags; cannot be combined with a single component argument.