hey i have a pulumi project in my pulumi cloud acc...
# general
b
hey i have a pulumi project in my pulumi cloud account, but i dont have access to the code anymore. is there a way to remove the project from the console?
for example, i would like to delete all of these projects. these have cloud resources deployed, but i dont have the code for these anymore
l
If you click on the stack and go to the stack settings page you should see a view like this that tells you how to destroy the resources or delete the stack with the CLI. You don't need the code to run a destroy or delete the stack, as this just interacts with the state file.
r
amazing, thanks so much @lemon-agent-27707