Skip to content

Tsuru app update

tsuru app update

Updates an app, changing its description, tags, plan or pool information.

Synopsis

Updates an app, changing its description, tags, plan or pool information.

tsuru app update [-a/--app appname] [--description/-d description] [--plan/-p plan name] [--pool/-o pool] [--team-owner/-t team owner] [--platform/-l platform] [-i/--image-reset] [--cpu cpu] [--memory memory] [--cpu-burst-factor cpu-burst-factor] [--tag/-g tag]... [flags]

Options

  -a, --app string                The name of the app.
      --cpu string                CPU limit for app, this will override the plan cpu value. One cpu is equivalent to 1 vCPU/Core, fractional requests are allowed and the expression 0.1 is equivalent to the expression 100m
      --cpu-burst-factor string   The multiplier to determine the limits of the CPU burst. Setting 1 disables burst
  -d, --description string        Changes description for the app
  -i, --image-reset               Forces next deploy to build app image from scratch
      --memory string             Memory limit for app, this will override the plan memory value. You can express memory as a bytes integer or using one of these suffixes: E, P, T, G, M, K, Ei, Pi, Ti, Gi, Mi, Ki
      --no-restart                Prevent tsuru from restarting the application
  -p, --plan string               Changes plan for the app
  -l, --platform string           Changes platform for the app
  -o, --pool string               Changes pool for the app
  -g, --tag string                Add tags for the app. You can add multiple tags repeating the --tag argument
  -t, --team string               Changes owner team for the app
  -h, --help                      help for update

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 app - App is a program source code running on Tsuru.
Auto generated by spf13/cobra on 16-Jan-2026