bland-lamp-16797
05/14/2020, 12:44 PMpulumi destroy stack
?
it's not same as pulumi stack rm
future-barista-68134
05/14/2020, 1:02 PMpulumi up
or you can use
pulumi destroy --target stringArray
Specify a single resource URN to destroy. All resources necessary to destroy this target will also be destroyed. Multiple resources can be specified using: --target urn1 --target urn2
hallowed-rain-9096
05/14/2020, 1:14 PMpulumi up
or are you trying to remove a resource from your stack entirely? If the former (temporary remove) then pulumi destroy --target <urn>
is what you need. If the latter, remove the resource from your code and Pulumi will automatically destroy it the next time you do a pulumi up
enough-engineer-49169
05/14/2020, 1:52 PM