I’m stumped by this one. I am logged into pulumi c...
# general
p
I’m stumped by this one. I am logged into pulumi cloud backend and am trying to remove a stack. Its resources have all been destroyed. I run the stack removal commands and get a 403 error. What am I missing?
Copy code
$ pulumi stack
Current stack is <REDACTED STACK NAME>:
    Owner: <REDACTED OWNER>
    Last updated: 1 minute ago (2025-03-05 20:46:06.617701 -0700 MST)
    Pulumi version used: v3.153.1
Current stack resources (0):
    No resources currently in this stack

More information at: <https://app.pulumi.com/><REDACTED OWNER>/molly/<REDACTED STACK NAME>

Use `pulumi stack select` to change stack; `pulumi stack ls` lists known ones

$ pulumi stack rm
This will permanently remove the '<REDACTED STACK NAME>' stack!
Please confirm that this is what you'd like to do by typing `<REDACTED STACK NAME>`: <REDACTED STACK NAME>
error: [403] You do not have permission to perform this operation.
Well for reference I am not an admin in my org and that’s the issue. https://www.pulumi.com/docs/pulumi-cloud/projects-and-stacks/