v3

OpenAPI 3.1.02026-07-31350397683.8 KB

Create Schedule

post/v1/create-schedule

Headers

X-API-Keystring required

API key required to authenticate requests.

Request body

simulation_idstring required

The unique identifier for the associated simulation.

enabledboolean nullable

Whether the cron job should be enabled upon creation.

Response

Successful Response

idstring required

The unique identifier for the created cron job.

simulation_idstring required

The unique identifier for the associated simulation.

cron_expressionstring required

The cron expression defining the job schedule.

enabledboolean nullable

Whether the cron job is enabled.