gcloud container azure node-pools delete (NODE_POOL : --cluster=CLUSTER --location=LOCATION) [--allow-missing] [--async] [--ignore-errors] [GCLOUD_WIDE_FLAG …]
(DEPRECATED) Delete a node pool in an Anthos cluster on Azure.
This command is deprecated. See https://cloud.google.com/kubernetes-engine/multi-cloud/docs/azure/deprecations/deprecation-announcement
for more details.
my-node-pool in
a cluster named my-cluster managed in
location us-west1, run:
gcloud container azure node-pools delete my-node-pool --cluster=my-cluster --location=us-west1
To set the project attribute:
node_pool on the command line with a fully
specified name;
--project on the command line;
core/project.
NODE_POOL
To set the nodepool attribute:
node_pool on the command line.
--cluster=CLUSTERcluster attribute:
node_pool on the command line with a fully
specified name;
--cluster on the command line.
--location=LOCATIONlocation attribute:
node_pool on the command line with a fully
specified name;
--location on the command line;
container_azure/location.
--allow-missing--async--ignore-errors--access-token-file,
--account, --billing-project,
--configuration,
--flags-file,
--flatten, --format, --help, --impersonate-service-account,
--log-http,
--project, --quiet, --trace-token, --user-output-enabled,
--verbosity.
Run $ gcloud help for details.
gcloud alpha container azure node-pools delete
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-05-27 UTC.