Let's remove the cloud resources that have been provisioned.
-
Run
pulumi destroy
to tear down all resources. -
To delete the stack itself, run
pulumi stack rm
. Note that this command deletes all deployment history from the Pulumi Console.
Let's remove the cloud resources that have been provisioned.
Run pulumi destroy
to tear down all resources.
To delete the stack itself, run pulumi stack rm
. Note that this command deletes all deployment history from the Pulumi Console.