job deactivate Command
The job deactivate command deactivates the triggers of a job, so that the job is not started if the triggers are fired.
Usage
job deactivate <id>
Parameters
| Parameter | Description | Required? | Default Value |
|---|---|---|---|
id | Job identifier | ✔️ |
Examples
> jobs deactivate say-hello
id: say-hello
command: echo hello world
active: false
trigger:
cron_expression: '* * * * *'