Is there a way to delete all run history for a job...
# ask-community
m
Is there a way to delete all run history for a job from the UI? The issue is we have 100s of runs we want to delete but can only delete one page at a time
t
https://github.com/dagster-io/dagster/discussions/12047 Hi! Not from the UI, but you can programmatically delete run history via our Python API.
RunsFilter
takes a
job_name
parameter, so you can delete all of the history for your specific job.