https://linen.dev logo
Project stuck on destroying
# help
d
Hi all! I was trying to stop my deployed discord bot. The name of the project is
puffer
. I accidentally attempted to directly remove the project without running
delete
first:
Copy code
cargo shuttle project rm
This was stuck. I then tried the following:
Copy code
cargo shuttle delete
Error: 503 Service Unavailable
message: project not ready

cargo shuttle project rm
(   ●  ) project 'puffer' is destroying                                                               

cargo shuttle project new
Error: 400 Bad Request
message: a project with the same name already exists

cargo shuttle project rm
(    ● ) project 'puffer' is destroying
                                   
cargo shuttle project status
project 'puffer' is destroying
This led the project into this
destroying
state and it's been there for 15 mins. What can I do / you help me do to move the project into a normal status? Thanks a lot!
s
Hey @delightful-dentist-6470 👋, it should be okay to run
project rm
without running
delete
first as
delete
will just stop the last deployment Hmm, the project state being stuck... 🤔 That's happened once before when the server got overloaded, so I'll check that in a bit. But I do see your project is in the "ready" state now 😄
d
Thanks a lot! Yes the project is back to ready some time later. Perhaps the server was overloaded earlier for a moment.