Skip to content

Tsuru rollback

tsuru rollback

Deploys an existing image for an app. You can list available images with tsuru app deploy list.

Synopsis

Deploys an existing image for an app. You can list available images with tsuru app deploy list.

tsuru rollback [-a/--app appname] [-y/--assume-yes] <image-name> [flags]

Options

  -a, --app string              The name of the app.
  -y, --assume-yes              Don't ask for confirmation.
      --new-version             Creates a new version for the current deployment while preserving existing versions
      --override-old-versions   Force replace all deployed versions by this new deploy
  -h, --help                    help for rollback

Options inherited from parent commands

      --target string   Tsuru server endpoint
      --verbosity int   Verbosity level: 1 => print HTTP requests; 2 => print HTTP requests/responses

SEE ALSO

  • tsuru - A command-line interface for interacting with tsuru
Auto generated by spf13/cobra on 16-Jan-2026