Hi, is there a way to completely delete a run via ...
# ask-community
r
Hi, is there a way to completely delete a run via the instance / run coordinator? We implemented a custom limiting run coordinator, and when we handle
submit_run
, a
DagsterRun
was already created so we need to cancel it right away, causing the system to have a lot of “failed and canceled” runs. The requested behavior is to completely remove the non-started run. Thanks