Skip to content

start-scheduler-job

Allows you to start a scheduler job.

Syntax:

shell
sfiler-cli [options] start-scheduler-job [command options]
Command optionsRequired / OptionalDescription
-jRequiredJob identifier (JobId).

Example:

This example allows you to start the job with identifier 1.

shell
./sfiler-config-cli.sh -l my-user -p my-password -cf "conf/sfiler.conf" start-scheduler-job -j 1
shell
.\sfiler-config-cli.bat -l my-user -p my-password -cf "conf\sfiler.conf" start-scheduler-job -j 1