sndev.io / docs

backout

Back out an update set via CI/CD API.

The backout command reverses all records tracked in an update set using the CI/CD API. It automatically resolves dependency problems that would otherwise block the backout.
sn backout <update_set_id>

Back out an update set. Reverses all records in the set.

Arguments

NameRequiredDescription
update_set_idYessys_id of the update set to back out.

Examples

sn backout abc123def456
Backing out update set: abc123def456
Resolving 2 dependency problems...
✓ Backout complete — 5 records reversed
Prefer backout over manual deletion. It cleanly reverses all changes and resolves dependency problems automatically.