job activate
Command
The job activate
command activates the triggers of a job.
Usage
job activate <id>
Parameters
Parameter | Description | Required? | Default Value |
---|---|---|---|
id | Job identifier | ✔️ |
Examples
> jobs activate say-hello
id: say-hello
command: echo hello world
active: true
trigger:
cron_expression: '* * * * *'