Skip to main content
Version: 4.0.5

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

ParameterDescriptionRequired?Default Value
idJob identifier✔️

Examples

> jobs deactivate say-hello
​id: say-hello
​command: echo hello world
​active: false
​trigger:
​ cron_expression: '* * * * *'

Further Reading