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