ONTAP 9.12.1 commands

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

    Delete an interval schedule

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

    Description

    The job schedule interval delete command deletes an interval schedule. Use the job schedule interval show command to display all current interval schedules.

    You cannot delete interval schedules that are currently being run. Use the job schedule show-jobs command to display jobs by schedule.

    Parameters

    [-cluster <Cluster name>] - Cluster

    This parameter specifies the name of the cluster on which you want to delete an interval schedule. By default, the schedule is deleted from the local cluster. In a MetroCluster configuration, the partner cluster can be specified if the local cluster is in switchover state.

    [-vserver <vserver name>] - Vserver

    This parameter specifies the name of the Vserver on which you want to delete an interval schedule.

    -name <text> - Name

    Use this parameter with the name of an existing interval schedule to specify the interval schedule you want to delete.

    Examples

    The following example deletes an interval schedule named rollingdaily:

    cluster1::> job schedule interval delete -name rollingdaily
    Top of Page