iectl iem job action¶
Perform action(Retry, Rollback, RetryResubmit or RollbackResubmit) on job ids
Synopsis¶
This method performs intented action and provide action submission status in map for each job.
iectl iem job action [flags]
Options¶
--action string The action to perform (Retry, Rollback, RetryResubmit or RollbackResubmit)
--body string The list of job IDs
-d, --data string use this flag for passing data via json or as datafile with @filename
-h, --help help for action
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 job action --action "Retry" --body '["8fcb578f92ca4e31baf317867dc5abef","f9f05f5e17534629918148169b7f212d"]'
# 8fcb578f92ca4e31baf317867dc5abef and f9f05f5e17534629918148169b7f212d are respective job IDs
SEE ALSO¶
- iectl iem job - batch jobs related commands