If your usage still looks too high
Deleting a run deletes the artifacts it logged only if you choose to. When you delete a run in the W&B App, a prompt asks whether to delete the associated artifacts, andRun.delete() takes a delete_artifacts argument that defaults to False. See Delete runs.
Artifacts you keep consume storage until you delete them separately, so a project can still count toward your storage usage even when it appears to hold no files.
To find and remove the data that still counts against your limit:
- Confirm your actual usage on the Manage storage page at
https://wandb.ai/account-settings/[ENTITY]/usage/manage/, replacing[ENTITY]with your team or username. This page shows which projects and runs consume the most space. - For any project that uses more storage than you expect, open the project’s Artifacts tab and delete the artifact versions you no longer need. W&B first marks a deleted artifact as soft-deleted, then reclaims the underlying files during garbage collection. For details, see Delete an artifact.
- If deleting many files at once fails or times out, see How do I delete many artifacts at once?.
Storage