Stop a job
Availability: This command is available to cluster and Vserver administrators at the admin privilege level.
Description
The
job stop command stops a running job.
A stopped job cannot be resumed.
Use the
job pause command to pause a job
so that you can later resume it.
Use the
job show command to view
a list of running jobs.
Parameters
- -id <integer> - Job ID
- The numeric ID of the job to stop.
A job ID is a positive integer.
- [-vserver <vserver name>] - Owning Vserver
- Use this parameter to specify
the name of the Vserver that owns the job.
Examples
The following example stops the job that has ID 101:
cluster1::> job stop -id 101