v4

latestOpenAPI 3.0.2raw.githubusercontent.com2026-08-016433145.8 KB
schedules
configuration

Create Schedule

Create a new schedule resource. Console command used configure add schedule

post/configuration/schedules

Request body

namestring required
descriptionstring
runCommandstring[]
enabled'yes' | 'no'

An enumeration.

Example request

{
  "runCommand": [
    "Full 1st Sat at 12:00",
    "Incremental Sun-Fri at 11:00"
  ]
}

Response

Successful Response

{"stackTrail":"paths:/configuration/schedules:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}