ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • job delete

    Delete a job

    Availability: This command is available to cluster and Vserver administrators at the admin privilege level.

    Description

    The job delete command deletes a job. Use the job show command to view a list of running jobs that can be deleted.

    Parameters

    -id <integer> - Job ID

    The numeric ID of the job you want to delete. 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 deletes the job that has ID 99:

    cluster1::> job delete -id 99
    Top of Page