CLI Guide

Table Of Contents
[-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
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.
268
Commands