Skip to content

mmaictl job stop

Stop a running job

Synopsis

Stop a running job by deactivating its workload. This will prevent the job from being scheduled and will stop any currently running pods.

mmaictl job stop NAME [flags]

Examples

  # Stop a running job
  mmaictl job stop my-job

Options

      --dry-run string   Must be "none", "server", or "client". If client strategy, only print the object that would be sent, without sending it. If server strategy, submit server-side request without persisting the resource. (default "none")
  -h, --help             help for stop

Options inherited from parent commands

  -c, --config string        Path to mmaictl config directory (default "~/.mmaictl")
      --warnings-as-errors   Treat warnings received from the server as errors and exit with a non-zero exit code

SEE ALSO