Is there a way to terminate every job in the dagst...
# ask-community
s
Is there a way to terminate every job in the dagster queue? Accidentally scheduled a job with a timeout error and now have a 1000+ job queue. UI seems to only do 25 at a time.
🤖 1
n
I feel like its probably possible with the graphql api but I have not used it myself https://docs.dagster.io/concepts/dagit/graphql
s
Thanks I wasn’t aware of this. It ran down on it’s own after a few hours but if it ever happens again this should be a solution.