CLI Guide

Table Of Contents
Syntax
schedule remove
[-j|--job] job-ID
Arguments
Required arguments
[-j|--job] job-ID * ID of the scheduled job as displayed by the schedule list command.
* - argument is positional.
Example
Remove job with the ID of 3:
VPlexcli:/> schedule list
[0] 30 13 * * 3 syrcollect
[1] * 1 * * * tree
[2] * 2 * * * tree
[3] * 3 * * * tree
VPlexcli:/> schedule remove 3
Removed scheduled job 3.
VPlexcli:/> schedule list
[0] 30 13 * * 3 syrcollect
[1] * 1 * * * tree
[2] * 2 * * * tree
See also
schedule list
schedule modify
scheduleSYR add
Schedules a weekly SYR data collection.
Contexts
All contexts.
Syntax
scheduleSYR add
[-d|--dayOfWeek] [0-6]
[-t|--hours] [0-23]
[-m|--minutes] [0-59]
270
Commands