Hi ,
In order to manage a scheduler job from the command line interface I would use the **Scheduler Client RMI API**. To get more details on this, a sample is available with the Denodo Platform Installation and can be found in the "<DENODO_HOME>/samples/scheduler/scheduler-api folder".
There is more information on how to use the sample Scheduler API in the "README_Scheduler" file in the same directory.
Also, starting from Denodo Platform 8, a new **Scheduler REST Client API** is available that helps interact with the Scheduler server using curl on the command line.
You can refer to the [Scheduler RMI Client API](https://community.denodo.com/docs/html/browse/8.0/scheduler/administration/developer_api/scheduler_client_api/scheduler_client_api) section and [Scheduler REST Client API](https://community.denodo.com/docs/html/browse/8.0/scheduler/administration/developer_api/rest_api/rest_api) section of the Scheduler Administration Guide for more information!
Hope this helps!