No project rm anymore?
# help
a
How can I delete a project in the cloud? There is no
rm
for
cargo shuttle project
I've seen other posts that mention to just do
cargo shuttle project rm --name PROJECT-NAME
(#1063497426956206110)
Nvm, it was just unclear to me that
cargo shuttle project stop
actually freed the namespace as well. It felt to me as if I stopped the container running it, destroyed the resources neccessary to run it, but still kept the project namespace.