Delete runs
Delete one or more runs from a project with the W&B App.- Navigate to the project that contains the runs you want to delete.
- Select the Runs tab.
- Select the checkbox next to the runs you want to delete.
- Choose the Delete button (trash can icon) above the table.
- From the modal that appears, choose Delete.
Once a run with a specific ID is deleted, its ID may not be used again. Trying to initiate a run with a previously deleted ID will show an error and prevent initiation.
For projects that contain a large number of runs, you can use either the search bar to filter runs you want to delete using Regex or the filter button to filter runs based on their status, tags, or other properties.
Run deletion workflow
The following diagram illustrates the complete run deletion process, including the handling of associated artifacts and Model Registry links:ImportantWhen you delete a run and choose to delete associated artifacts, the artifacts are permanently removed and can’t be recovered, even if the run is restored later. This includes models linked to the Model Registry.