Skip to content

aether rollback

Terminal window
aether rollback <appName> <deploymentName> [--targetRelease <label>]

Creates a new release that restores an earlier one; nothing is deleted. Without --targetRelease it returns to the release before the current one. The command asks for confirmation before acting. What the server creates, and the guards it applies, are on rolling back a release.

Terminal window
aether rollback MyApp Production
aether rollback MyApp Production --targetRelease v4
Flag Alias Default Purpose
--targetRelease -r previous release Label to roll back to.