Hi Team, i need to delete a stack. am using pulumi...
# general
m
Hi Team, i need to delete a stack. am using pulumi stack rm stackname but it is throwing stack not found with the name after the / please refer the below snapshot, i need to delete "pickmybrain/sree" stack. am using "pulumi stack rm pickmybrain/sree --yes" command. Any input /help to delete this stack will help me alot.
a
Maybe you need to run commands in the project folder.
m
Hi Linsong, Thanks for the reply. am in project folder. stack ls is working and listing this stack, below is my project path am in
m
can you
select stack pickmybrain/sree
first? or try using the --stack flag?
m
Hi @magnificent-eve-10499, Thanks for the reply. I tried first by selecting stack and with -- stack. both leading to 404 sree stack not found.
a
probably out of sync between your local and cloud. please check stack on pulumi web.
m
Dear LinSong, Thanks for reply again. stack is available in web, in local, i can select and list this stack. rm is not working.please refer below snapshot of pulumi web.
m
can you delete it from within pulumi?