How to drop all tables using prisma cloud? Tried t...
# prisma-whats-new
v
How to drop all tables using prisma cloud? Tried to deploy empty schema but it freezes 😞
a
Have you tried a
prisma reset
?
v
yes, but it removes data only
a
Ah, right. Try
prisma delete
which actually deletes the service. You can recreate it via
prisma deploy
afterwards.
v
it worked. Thanks πŸ™Œ
a
You’re very welcome πŸ™‚
j
Aha! Thanks. I just manually deleted the cluster name before. Much simpler πŸ™‚
πŸ™‚ 1