Skip to main content

jobs activate Command

The jobs activate command activates the triggers of a job.

Usage

jobs activate <id>

Parameters

ParameterDescriptionRequired?Default Value
idJob identifier✔️N/A

Examples

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

Further Reading

Contact Us