ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • vserver vscan on-demand-task delete

    Delete an On-Demand task

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

    Description

    The vserver vscan on-demand-task delete command deletes an On-Demand task.

    Parameters

    -vserver <vserver name> - Vserver

    This parameter specifies the name of the Vserver from which you want to delete an On-Demand task.

    -task-name <text> - Task Name

    This parameter specifies the name of the On-Demand task that you want to delete.

    Examples

    The following example deletes an On-Demand task:

    cluster1::> vserver vscan on-demand-task delete -vserver vs1 -task-name t1
    
    cluster1::> vserver vscan on-demand-task show -vserver vs1 -task-name t1
    There are no entries matching your query.
    Top of Page