There was an error while loading. Please reload this page.
1 parent 55eadf7 commit f37cf0fCopy full SHA for f37cf0f
1 file changed
content/docs/iac/get-started/gcp/destroy-stack.md
@@ -86,7 +86,7 @@ At this stage, your stack still exists, but all cloud resources have been delete
86
## Remove the stack
87
88
The final step is to remove the stack itself. Destroy keeps the stack around so that you still have the full
89
-history of what happened to the stack. Running [`pulumi stack rm`](/docs/iac/cli/commands/pulumi_stack_rm) will
+history of what happened to the stack. Running [`pulumi stack rm`](/docs/iac/cli/commands/pulumi_stack_remove/) will
90
delete it entirely, including all history and state snapshots. Be careful, this step cannot be undone!
91
92
{{% choosable "os" "macos,linux" %}}
0 commit comments