Training
Learning path
Create and manage background jobs and scheduled jobs in Windows PowerShell - Training
Create and manage background jobs and scheduled jobs in Windows PowerShell
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Deletes the specified job template from the HPC cluster.
For examples of how to use this command, see Examples.
jobtemplate delete <job_template_name> [/scheduler:<name>]
jobtemplate delete {/? | /help}]
Parameter | Description |
---|---|
<job_template_name> | Specifies the name of the job template that you want to delete. |
/scheduler:<name> | Specifies the host name or IP address of the head node for the cluster where you want to delete the job template. 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. |
Only cluster administrators can delete job templates.
If a job in the queued or running state uses the template, an error occurs and the jobtemplate delete command does not delete the template.
You cannot delete the default job template.
To delete the job template named MyExtraTemplate, use the following command:
jobtemplate delete MyExtraTemplate
Training
Learning path
Create and manage background jobs and scheduled jobs in Windows PowerShell - Training
Create and manage background jobs and scheduled jobs in Windows PowerShell