Hi folks, the way it currently stands, one has to ...
# ask-community
m
Hi folks, the way it currently stands, one has to re-register a flow to modify the schedule of a flow - is that correct ?
( We are using prefect cloud )
c
Hey Marwan — actually you can edit the flow’s schedule either via the UI or the GraphQL API directly (although editing in the UI is much much easier); if you go to your Flow page and the “Settings” tab, you should see various screens for editing Hooks, schedules and default parameters
upvote 1
m
Ah nice - thanks
👍 1
a
And just to be clear in case anyone else comes by this: if we’ve been setting the schedule through code during registration, registering a new version will overwrite the changes we make through the UI, correct?
c
We were just discussing user expectations around this yesterday — at the moment, UI changes are “permanent” in that future re-registrations do not alter what you changed in the UI. You can revert to your code configuration by clearing the schedule in the UI
upvote 1
a
Oh interesting. Okay, good to know. That makes a lot of sense.
c
@Marvin archive “Can I change a Flow’s schedule in the UI?”