Skip to content

mmaictl job resume

Resume a suspended job

Synopsis

Resume a suspended job by activating its workload. This will allow the job to be scheduled and run.

mmaictl job resume NAME [flags]

Examples

  # Resume a suspended job
  mmaictl job resume 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 resume

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