Skip to main content
From the Runs tab in your Workspace, select the checkbox next to each run to delete, then click Delete. To filter runs by a condition rather than selecting them manually, use the public API to delete multiple runs in a single operation. Replace "entity" and “project” with your entity and project names, and replace [CONDITION] with a Python expression that evaluates to True for runs you want to delete:
For example, if you want to delete runs that were created before a specific date:

Projects Runs