How to wipe all my data?

System Information
  • Strapi Version: 4.15.4
  • Operating System: macOS 10.14
  • Database: PostgreSQL
  • Node Version: 16
  • NPM Version: 9
  • Yarn Version: 1

Hey, I am playing around with Strapi and writing scripts to migrate from Firestore to Strapi.
I am experimenting with my scripts, and there was a major failure when running them on my staging cloud environment.

I’d like to start over, but I don’t know how to do it!

Can I wipe my data easily? Could I access my cloud db directly?

Thanks!

I got an answer from the support.

We can’t wipe the data on Strapi Cloud because we have no access to the db. However, we can transfer an empty database from or local instance to the cloud instance, and it will override the whole db with an empty db, hence wiping it.