Deployments
Create Deployment Schedules
POST
/
api
/
deployments
/
{id}
/
schedules
Headers
Path Parameters
The deployment id
Body
application/json · object[]
Whether or not the schedule is active.
The schedule for the deployment.
The maximum number of scheduled runs for the schedule.
Required range:
x > 0
Response
201 - application/json
The deployment id associated with this schedule.
The schedule for the deployment.
Whether or not the schedule is active.
The maximum number of scheduled runs for the schedule.
Required range:
x > 0
Was this page helpful?