Set Micro schedule
micro_schedule_setCreate or replace an interval schedule that delivers non-secret configuration payloads to the active production Wasm deployment.
Instructions
Create or replace one interval schedule. Its bounded object payload is non-secret configuration delivered to 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 create or replace this schedule | |
| enabled | No | ||
| payload | No | ||
| scheduleId | Yes | ||
| everyMinutes | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| json | No | ||
| stderr | Yes | ||
| stdout | Yes | ||
| command | Yes | ||
| exitCode | Yes |