Hi everyone — are flow schedules preserved across ...
# ask-community
b
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
If they are set in the UI, yes because it’s on the flow group level
b
can we set the schedule at the flow group level using the API ?
k
See this
b
I found my answer — yes! there’s a mutation set_flow_group_schedule
nice! THanks Kevin!