Run Micro schedule now
micro_schedule_runTrigger an extra authenticated schedule event on your active production Wasm deployment by supplying a schedule ID and confirmation. Use it to run a specific scheduled job outside its normal cycle.
Instructions
Enqueue one additional authenticated schedule event for the active production Wasm deployment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Micro project directory; defaults to the server working directory | |
| confirm | Yes | Explicit confirmation to enqueue this schedule now | |
| scheduleId | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| json | No | ||
| stderr | Yes | ||
| stdout | Yes | ||
| command | Yes | ||
| exitCode | Yes |