Description
The
cluster peer job delete command
deletes a job from a peered cluster.
The command does not stop a job if it is currently running.
Use the
cluster peer job stop command to stop
a job that is currently running.
Use the
cluster peer job show command to view
a list of jobs that can be deleted.
Parameters
-cluster <cluster_name> - Cluster Name
Use this parameter to specify
the name of the peered cluster in which the job runs.
-id <integer> - Job ID
The numeric ID of the job you want to delete.
A job ID is a positive integer.
Examples
The following example deletes the job in cluster2 that has ID 99:
cluster1::> cluster peer job delete -cluster cluster2 -id 99