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.backout
Back out an update set via CI/CD API.
The
sn backout <update_set_id> Back out an update set. Reverses all records in the set.
Arguments
| Name | Required | Description |
|---|---|---|
| update_set_id | Yes | sys_id of the update set to back out. |
Examples
sn backout abc123def456Backing 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.