Hi Vercel team,
Team slug: goldsh69s-projects Plan: Hobby
My Usage page shows "Exceeded free resources":
- Functions Storage: 10.93 GB / 10 GB
- Deployment Storage: 8.01 GB / 10 GB
Deployment Storage -> Projects breakdown:
- mindground 7.97 GB <- 99% of usage
- talent-pool 65.19 MB
- saju-web-1789962613560-DhiO 35.96 MB
I have deleted every deployment except the single live production one, but neither number has moved. The Deployment Storage graph has stayed between 5.6 GB and 8 GB for the entire 30-day window, and it actually climbed from ~6.4 GB to ~8 GB after Sep 17 despite the deletions.
Measured footprint of the current live deployment of "mindground":
- Functions: 97 functions, 2.39 MB each (pages) / 693 kB (route handlers) -> roughly 0.22 GB in total
- Static output: public/ 28.6 MB + .next/static 3.5 MB
- prerendered HTML/RSC 16.0 MB -> roughly 48 MB
So a single deployment accounts for ~0.22 GB of Functions Storage and ~48 MB of Deployment Storage. 7.97 GB would be about 166 deployments' worth, but only one is retained. This cannot be explained by the deployment that still exists.
This looks like orphaned storage from already-deleted deployments, which per vercel/vercel#16943 only Vercel-side GC can reclaim, with no user-facing API or CLI remediation.
Could you please purge the orphaned Functions Storage and Deployment Storage for this team? I would like to stay on the Hobby plan.
For reference, I already reduced the per-function bundle from 20.7 MB to 2.39 MB and the function count from 175 to 97 in the latest deployment, so future growth should be far slower.
Thank you.