CLI Guide

Table Of Contents
Examples
VPlexcli:/> schedule list
[0] 30 13 * * 3 syrcollect
[1] * 1 * * * tree
[2] * 2 * * * tree
See also
schedule modify
schedule remove
schedule modify
Modifies an existing scheduled job.
Contexts
All contexts.
Syntax
schedule modify
[-j|--job] job-ID
[-t|--time] time
[-c|--command] command
Arguments
Required arguments
[-j|--job] job-ID * ID of the scheduled job as displayed by the schedule list command.
[-t|--time] time * Date and time the job executes in crontab-style format enclosed in quote marks. Values are specified
in the following format:
MinuteHourDay-of-the-Month MonthDay of -he-week
Minute - 0-59.
Hour - 0-23.
Day of the Month - 1-31.
Month - 1-12, January = 1...December = 12
Day of the week - 0-6, Sunday = 0...Saturday = 6
[-c|--command]
command
* The CLI command to be executed at the specified time.
* - argument is positional.
280
Commands