ⓘ You are viewing the documentation for older DKP releases. If you're looking for the new help center that includes the latest DKP release, go to https://docs.d2iq.com.
D2IQD2IQ
D2iQDC/OS Documentation
  • DC/OS
  • Services
  • Support
English
  • 中文 (简体)
  • DKP
  • Konvoy
  • Kommander
  • Dispatch
  • Kaptain
  • Mesosphere
  • DC/OS
  • DC/OS Services
  • Support
  • Mesosphere DC/OS 2.2.0
  • Mesosphere DC/OS 2.1.0
  • Mesosphere DC/OS 2.0
  • Mesosphere DC/OS 1.13

DC/OS 2.2

  • Release Notes
  • Overview
  • Installing
  • GUI
  • CLI
    • Installing the CLI
    • Configuring the CLI
    • Uninstalling the CLI
    • CLI Plugins
    • DC/OS Enterprise CLI
    • CLI Autocompletion
    • Command Reference
      • dcos
      • dcos auth
      • dcos backup
      • dcos cluster
      • dcos config
      • dcos diagnostics
      • dcos help
      • dcos job
        • dcos job add
        • dcos job history
        • dcos job kill
        • dcos job list
        • dcos job remove
        • dcos job run
        • dcos job schedule add
        • dcos job schedule remove
        • dcos job schedule show
        • dcos job schedule update
        • dcos job show
        • dcos job show runs
        • dcos job update
      • dcos license
      • dcos marathon
      • dcos node
      • dcos package
      • dcos plugin
      • dcos quota
      • dcos security
      • dcos service
      • dcos task
  • Administering Clusters
  • Networking
  • Security
  • Storage
  • Metrics
  • Monitoring, Logging, and Debugging
  • Multi-Tenancy for DC/OS Clusters
  • Hybrid Cloud
  • Deploying Jobs
  • Deploying Services and Pods
  • Tutorials
  • API Reference
  • Developing DC/OS Services
  • Access Documentation Archives
Terms of ServicePrivacy Policy
© 2023 D2iQ, Inc. All rights reserved.

dcos job

Deploying and managing jobs in DC/OS

  • Contribute

Description

The dcos job commands allow you to deploy and manage jobs in DC/OS.

Usage

dcos job <flags>

Options

Name Description
-h, --help Print usage.
--version Print version information.
--config-schema Show the configuration schema for the Metronome subcommand.
--info Print a short description of this subcommand.

Commands

dcos job add

Adding a job…Read More

dcos job history

Displaying the job run history…Read More

dcos job kill

Ending DC/OS jobs…Read More

dcos job list

Displaying all job definitions…Read More

dcos job remove

Removing jobs…Read More

dcos job run

Running a DC/OS job…Read More

dcos job schedule add

Adding a schedule to a job…Read More

dcos job schedule remove

Removing a job schedule…Read More

dcos job schedule show

Viewing a job schedule…Read More

dcos job schedule update

Updating a job schedule…Read More

dcos job show

Displaying job definitions…Read More

dcos job show runs

Displaying the status of job runs…Read More

dcos job update

Updating a job…Read More

  • Description
  • Usage
  • Options
  • Commands