CLI Guide

Table Of Contents
Syntax
schedule add
[-t|--time] time
[-c|--command] command
Arguments
Required arguments
[-t|--time] time * Date and time the job executes in crontab-style format enclosed in quote marks. Values are specified
in the crontab-style format: Minute Hour Day-of-the-Month Month Day-of-the-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.
Examples
To run the tree command every night at 1:00 a.m.:
VPlexcli:/> schedule add "0 1 * * *" --command tree
See also
schedule list
schedule modify
schedule remove
schedule list
Lists all scheduled jobs.
Contexts
All contexts.
Syntax
schedule list
Commands
279