Channels
welcome
pulumi-cdk
cloudengineering
yaml
blog-posts
localstack
pulumi-ai
package-authoring
general
pulumiup-booth-support
oracle-cloud-infrastructure
learn-pulumi-events
linen
registry
built-with-pulumi
pulumi-cloud
contribex
testingtesting321
hacktoberfest
pulumi-crosscode
content-share
finops
multi-language-hackathon
office-hours
workshops
gitlab
pulumi-kubernetes-operator
jobs
pulumi-deployments
dotnet
aws
golang
announcements
java
pulumiverse
python
install
getting-started
cloudengineering-support
testingtesting123
hackathon-03-19-2020
typescript
google-cloud
contribute
azure
kubernetes
docs
automation-api
status
Powered by
#automation-api
Title
k
kind-school-28825
11/22/2020, 1:38 PM
How to destroy AND delete the stack using automation api? Stack#destroy method only destroys the resources defined in the stack, but the stack stays behind with the history as defined in the API documentation
https://www.pulumi.com/docs/reference/pkg/nodejs/pulumi/pulumi/x/automation/#Stack-destroy
b
billowy-army-68599
11/22/2020, 2:42 PM
https://www.pulumi.com/docs/reference/pkg/nodejs/pulumi/pulumi/x/automation/#Workspace-removeStack
✅ 1
k
kind-school-28825
11/22/2020, 4:41 PM
Thanks! Don't know how I missed it 😊
Post