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 options | Required / Optional | Description |
|---|---|---|
| -ti | Required | Job 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 1shell
.\sfiler-config-cli.bat -l my-user -p my-password -cf "conf\sfiler.conf" delete-scheduler-trigger -ti 1Note
The execution identifier (JobTriggerId) can be obtained by using the list-scheduler-jobs command which displays all jobs with their associated executions.
