POST
/
api
/
deployments
/
{id}
/
schedule

Headers

x-prefect-api-version
string

Path Parameters

id
string
required

The deployment id

Body

application/json
start_time
string

The earliest date to schedule

end_time
string

The latest date to schedule

min_time
number

Runs will be scheduled until at least this long after the start_time

min_runs
integer

The minimum number of runs to schedule

max_runs
integer

The maximum number of runs to schedule

Response

200 - application/json

The response is of type any.