File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -295,3 +295,14 @@ Cluster create Logs can be viewed in the following locations:
295
295
2 . Azure CLI with ` --debug ` flag passed on command-line.
296
296
297
297
:::image type="content" source="./media/nexus-deploy-activity-log.png" lightbox="./media/nexus-deploy-activity-log.png" alt-text="Screenshot of Azure portal showing cluster deploy progress activity log.":::
298
+
299
+ ## Delete a cluster
300
+
301
+ When deleting a cluster, it will delete the resources in Azure and the cluster the reside in the on-premises environment.
302
+
303
+ > [ !NOTE]
304
+ > If there are any tenant resources that exists in the undercloud, the cluster will not be deleted until those resources are deleted.
305
+
306
+ ``` azurecli
307
+ az networkcloud cluster delete --name "$CLUSTER_NAME" --resource-group "$CLUSTER_RG"
308
+ ```
You can’t perform that action at this time.
0 commit comments