Skip to content

iectl iem-v2 job retry-rollback

Perform action (Retry, Rollback, RetryResubmit or RollbackResubmit) on job ids

Synopsis

This method performs intended action and provides action submission status in each job.

iectl iem-v2 job retry-rollback [flags]

Options

      --action string   The action to perform (Retry, Rollback, RetryResubmit or RollbackResubmit)
      --body string     The list of job IDs. The job list can get from batches api with the specific batch id.
  -d, --data string     use this flag for passing data via json or as datafile with @filename
  -h, --help            help for retry-rollback

Options inherited from parent commands

  -o, --output string   output format
  -q, --query string    query on result of object
  -v, --verbose         verbose output

Example

$ iectl iem-v2 job retry-rollback --action Retry --body '["sampleJobId1","sampleJobId2"]'
$ iectl iem-v2 job retry-rollback --action Rollback --body '["sampleJobId"]'
$ iectl iem-v2 job retry-rollback --action RetryResubmit --body '["sampleJobId1","sampleJobId2"]'
$ iectl iem-v2 job retry-rollback --action RollbackResubmit --body '["sampleJobId"]'

SEE ALSO