[▲ Vercel Community](/) · [Categories](/categories) · [Latest](/latest) · [Top](/top) · [Live](/live)

[v0](/c/v0/59)

# Reset quota v0

60 views · 0 likes · 2 posts


Arisdnt (@arisdnt) · 2025-05-10

How can I check my current quota usage, the version (v0), and the time zone used for quota reset?
![gambar quota|683x250](upload://7agyJQcK870jGCXxC16gJGN5yGG.jpeg)


Jacob Paris (@jacobparis) · 2025-05-10

There's no official feature in the UI to check, however currently if you open your network tab you can see a request to a rate-limit endpoint and the details are in the response

![image|584x200](upload://u0jcuRKblyj7XC38eThlpj8uweJ.png)

```ts
{"remaining":9,"reset":1746921600000,"limit":10}
```