Hi! Is a quick "Retry all" or a retry button on th...
# prefect-ui
t
Hi! Is a quick "Retry all" or a retry button on the deployment page something that would be planned? It is quite painful to click through them one by one lol
1
n
hi @Tom Han - how would you feel about a cli command? and maybe a prompt on the mcp server if you’re a cc user
oss ui dev is currently blocked by the replatform work but cli for that could happen quick
t
I've been using the prefect MCP but in my experience both sonnet and haiku doesn't really use it unless I specify it multiple times: I need to experiment with the MCP more lol
n
what mcp client do you use? claude code or something else?
t
claude code
n
gotcha. yea it’s hard for us to offer a client-independent way to specify when/how it ought to be used in concert with the CLI, so that’s something we’re definitely thinking about
thanks!
t
perhaps a marvin CLI….
n
but in the case of cc users we can use a /retry-all-deployments that tells claude how to use the cli to achieve that
that’s just a @prompt fn in the mcp server, traveling rn but would approve/release if you opened a pr for that :)
otherwise will add in a bit bc i think that’d be useful
even if it only works for clients like cc
idk about “marvin” haha we’ve already drawn and quartered that name enough at this point but yeah someday an opinionated client would make this a lot easier… it’s just, making a client people wanna use would be a whole thing
🚀 1
t
re PR: I'd love to! Not super familar with fastMCP so probably a lot of reviewing needed for that PR lol
n
no worries
would be happy to review otherwise will put link to PR here when it exists
❤️ 1
a
We've had similar pains with thousands and thousands of scheduled tasks piling up. Is this something that could also fold into an MCP command / cli command? Or is that already available?
n
well fundamentally the add we'd wanna make here is a bulk change state operation for runs today you could write a little script with the client to gather the flow runs and change the state, but you'd be hitting the endpoint to change a single run's state if we added an endpoint, we could add a client method -> cli -> MCP prompt so for now i'd suggest just a client script if you wanna submit an issue about bulk run state change though, that'd be appreciated, otherwise i can get around to this later