From 5c1af2a6059eedb17357d4eeb62c4a8cbf3895a8 Mon Sep 17 00:00:00 2001 From: Michael O'Brien Date: Mon, 25 Mar 2024 18:17:36 -0700 Subject: [PATCH] #912 - fix anthos delete (#913) --- docs/landing-zone-v2/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/landing-zone-v2/README.md b/docs/landing-zone-v2/README.md index 262b88cb8..cba1191d9 100644 --- a/docs/landing-zone-v2/README.md +++ b/docs/landing-zone-v2/README.md @@ -691,7 +691,7 @@ Execute the client onboarding [procedure](onboarding-client.md). Follow the below steps to delete the provisioned infrastructure and Config Controller instances. -If you want the deployed resources to live on and just destroy the Config Controller instance you can do so by running `gcloud anthos config controller instance-name --location instance-region`. This will remove the config controller instances but leave the resources it deployed untouched. +If you want the deployed resources to live on and just destroy the Config Controller instance you can do so by running `gcloud anthos config controller delete --location instance-region instance-name`. This will remove the config controller instances but leave the resources it deployed untouched. To reacquire the resources you will need to redeploy a new instance and deploy the same configs to it. Config Controller should reattach to the previously deployed instances and start managing them again.