prefect.server.api.deployments
Routes for interacting with Deployment objects.
Functions
create_deployment
update_deployment
read_deployment_by_name
read_deployment
read_deployments
paginate_deployments
get_scheduled_flow_runs_for_deployments
count_deployments
delete_deployment
schedule_deployment
- Runs will be generated starting on or after the
start_time
- No more than
max_runs
runs will be generated - No runs will be generated after
end_time
is reached - At least
min_runs
runs will be generated - Runs will be generated until at least
start_time + min_time
is reached