Skip to content

Tsuru job update

tsuru job update

Updates a job

Synopsis

Updates a job

tsuru job update <job-name> [--image/-i <image>] [--plan/-p plan name] [--schedule/-s schedule name] [--manual] [--team/-t team owner] [--pool/-o pool name] [--description/-d description] [--max-running-time/-m seconds] [--tag/-g tag]... -- [commands] [flags]

Options

  -p, --plan string            The plan used to create the job
  -s, --schedule string        Schedule string
      --manual                 Manual job
  -t, --team string            Team owner job
  -o, --pool string            Pool to deploy your job
  -d, --description string     Job description
  -g, --tag string             Job tag
  -i, --image string           New image for the job to run
  -m, --max-running-time int   Maximum running time in seconds for the job
  -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 job - Job is a program that runs on a schedule or is executed manually
Auto generated by spf13/cobra on 16-Jan-2026