Rollback
Returning to a previously deployed version, usually because the current one is failing.
Rollback is only fast if the old artifact still exists and the database still understands it. The second condition is the one teams forget: a migration that drops a column makes the previous release unrunnable, which turns a one-click rollback into an incident.