This message was deleted.
# general
s
This message was deleted.
r
Preferably I'd like to do this via the automation API or some other API, not by clicking around in the console
b
you need to do
pulumi stack rm <stackname>
or use
workspace.RemoveStack
r
Perfect, thanks! I had been calling
stack.destroy
, but not
stack.workspace.removeStack
.