https://prefect.io logo
Title
b

Bruno Murino

04/26/2022, 4:09 PM
Hi everyone — are flow schedules preserved across flow versions ?
The idea is to not assign a schedule to the flow on creation, but to assign it a schedule using the prefect API independently — but I’m wondering if we re-register the flow we would also lose the manually set schedule
k

Kevin Kho

04/26/2022, 4:10 PM
If they are set in the UI, yes because it’s on the flow group level
b

Bruno Murino

04/26/2022, 4:11 PM
can we set the schedule at the flow group level using the API ?
k

Kevin Kho

04/26/2022, 4:12 PM
See this
b

Bruno Murino

04/26/2022, 4:12 PM
I found my answer — yes! there’s a mutation set_flow_group_schedule
nice! THanks Kevin!