How can I manually delete the data in my database

I’ve been doing a lot of testing on my app which involves uploading video, so I have filled up my storage quota, any way for me to manually delete those stored videos somehow from the interface?

if its postgres you can either manually do it by clicking ‘see my data’

or you can ask the assistant to do it for you

I’d suggest asking the assistant to write you a script as a once off (which realistically will be a one line command that tbh we all could google…), that you can run in the shell whenever you need.

under the database panel you can run any sql statement you want. that’s how you can delete data.

Thank you!

I noticed after I did this that the usage tab still shows the same amount of data usage, will that reset the following month? Also is there any way I can actually inspect that files that are stored in the database manually while I’m in testing?

i had some luck using the prompt, “Truncate the database” . it might be a little drastic but maybe try to ask for a list of databases then prompt using that wording, for the individual databases you are targeting.