job requeue
Requeues the specified job if the job has a state of Running, Canceled, or Failed.
For examples of how to use this command, see Examples.
Syntax
job requeue <jobID> [/scheduler:<name>]
job requeue {/? | /help}
Parameters
Parameter | Description |
---|---|
jobID | Specifies the identifier of the job that you want to requeue. |
/scheduler:<name> | Specifies the host name or IP address of the head node for the cluster that contains the job that you want to requeue. The value must be a valid computer name or IP address. If you do not specify the /scheduler parameter, this command uses the scheduler on the head node that the CCP_SCHEDULER environment variable specifies. |
/? | Displays Help at the command prompt. |
/help | Displays Help at the command prompt. |
Remarks
You can only requeue a job that is in the Running, Canceled, or Failed state.
Examples
To requeue the job with an identifier of 35 if that job has a state of Running, Canceled, or Failed, use the following command:
job requeue 35