- 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.
- Select the Delete button (trash can icon) above the table.
- From the drawer that appears, select Delete.
Run deletion flowchart
The following diagram illustrates the run deletion process, including how W&B handles 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 W&B retains deleted run data before permanently removing it from object storage. This setting doesn’t remove artifacts. Artifacts follow the deletion and garbage collection flow described in Delete an artifact.
When you set or change GORILLA_DATA_RETENTION_PERIOD, the effect is irreversible for data past the retention window. Back up your database and bucket before you enable or tighten retention. For the reference table and warnings, see Configure environment variables.
Even after run or file deletion and retention processing, bucket usage can lag while background jobs catch up. W&B doesn’t guarantee immediate reclamation of object storage. For an overview of artifacts versus run data, timing expectations, and optional operator actions, see Manage bucket storage and costs.
If deletions don’t appear as expected in the W&B App when you use the Public API, upgrade the W&B Python SDK to a current release and retry.