v1
latestOpenAPI 3.0.0Cognigy Proprietary License2026-07-2239524.1 MBSimulations
Create a scheduler for a simulation
Create a scheduler associated with a scenario to run simulations automatically.
post/simulations/{simulationReference}/schedules
Path parameters
simulationReferencestring required
Reference ID of the simulation
Query parameters
projectIdstring required
Project identifier
Request body
Response
Scheduler created successfully
Example response
{
"scheduler": {
"timezone": "Europe/Berlin"
}
}