Delete runs
Delete runs from a project with the W&B App or the Python API.- W&B App
- Python
- 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 drawer that appears, choose Delete.
Run deletion flowchart
The following diagram illustrates the complete run deletion process, including the handling of associated artifacts and Registry links:When deleted run data is removed from storage
On W&B Dedicated Cloud and W&B Self-Managed, theGORILLA_DATA_RETENTION_PERIOD environment variable controls how long deleted run data is retained before it can be permanently removed from object storage. Artifacts are not removed by this setting; they follow the artifact deletion and garbage collection flow described in Delete an artifact.
Setting or changing GORILLA_DATA_RETENTION_PERIOD is irreversible for data past the retention window. Back up your database and bucket before enabling or tightening retention. See Configure environment variables for the reference table and warnings.
Even after run or file deletion and retention processing, bucket usage can lag while background jobs catch up. W&B does not guarantee immediate reclamation of object storage. For a full overview of artifacts versus run data, timing expectations, and optional operator actions, see Manage bucket storage and costs.
If deletions do not appear as expected in the W&B App when using the Public API, upgrade the W&B Python SDK to a current release and retry.