Skip to content

dt job

Overview

This command interacts with jobs. You can run, stop, schedule, and remove jobs.

Synopsis

dt job SUBCOMMAND [OPTIONS] [ARGUMENTS]

Available Subcommands

  • job ls - List all jobs
  • job runs - List all runs
  • job save - Save new job(s) or update existing one(s)
  • job run - Run new job(s) or update existing one(s)
  • job get - Get job info
  • job modify - Modify fields of an existing job
  • job stop - Stop running job(s)
  • job copy - Copy existing per-user job
  • job start - Start existing job(s)
  • job rerun - Rerun a workflow run id with specific version (latest version by default)
  • job rm - Remove and stop job(s)
  • job restore - Restore job(s) or versions of job(s)
  • job promote - Promote specific version of the job to the next environment.
  • job versions - Print versions of a job
  • job new - Print json template for new job

SEE ALSO

← Back to dt