Skip to content

delete-scheduler-trigger

Allows you to delete an execution period for a scheduler job.

Syntax:

shell
sfiler-cli [options] delete-scheduler-trigger [command options]
Command optionsRequired / OptionalDescription
-tiRequiredJob execution identifier (JobTriggerId), obtained from the list-scheduler-jobs command.

Example:

This example allows you to delete the execution with trigger identifier 1.

shell
./sfiler-config-cli.sh -l my-user -p my-password -cf "conf/sfiler.conf" delete-scheduler-trigger -ti 1
shell
.\sfiler-config-cli.bat -l my-user -p my-password -cf "conf\sfiler.conf" delete-scheduler-trigger -ti 1

Note

The execution identifier (JobTriggerId) can be obtained by using the list-scheduler-jobs command which displays all jobs with their associated executions.