How to completely remove old projects?
# help
g
I've renamed a project I am working on but running
cargo shuttle project list
shows the old project with a
destroyed
. Is there a way to completely delete it? Does
destroyed
count towards your 5 project limit for free accounts?
a
Hi! 1) There's currently no way to completely delete projects (see below) 2) As a result of this we are currently not enforcing the 5-project limit because users are unable to reasonably destroy projects due to queries surrounding how deletion of provisioned resources will work. Basically as long as you're not trying to create millions and billions of projects that use provisioned resources you'll be okay 😂
g
Thanks!