add cron job
add_cron_jobSchedule a shell command to run automatically at specified times by creating a cron job.
Instructions
Create a cron job that executes an arbitrary shell command. Executes verified command v-add-cron-job.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| day | Yes | ||
| hour | Yes | ||
| user | Yes | ||
| jobId | No | ||
| month | Yes | ||
| minute | Yes | ||
| command | Yes | ||
| confirm | Yes | Explicit confirmation for a destructive operation | |
| restart | No | yes | |
| weekday | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| data | No | ||
| error | No | ||
| command | Yes |