Skip to content

Tsuru app deploy rollback

tsuru app deploy 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 app deploy 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

Auto generated by spf13/cobra on 16-Jan-2026