To delete the global backend service "bs-default" for a load balancer, run:
gdcloud compute backend-services delete bs-default \
--global
To delete the zonal backend service "bs-default" for a load balancer, run:
gdcloud compute backend-services delete bs-default
OPTIONAL FLAGS
--global If set, the global backend service object is deleted.
--zone string Zone to use for this invocation. To preset the zone flag for all commands that require it, run: "gdcloud config set core/zone ZONE". The zone flag is available only in multi-zone environments.
GDCLOUD WIDE FLAGS
These flags are available to all commands: --configuration, --format, --help, --project, --quiet.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-12 UTC."],[[["The `gdcloud compute backend-services delete` command is used to remove backend services associated with a load balancer."],["You can delete either global backend services using the `--global` flag or zonal backend services without the flag."],["Multiple backend services can be deleted simultaneously by listing their names after the command."],["The command requires the specification of the backend service name."],["The `--zone` flag allows you to specify the zone where the command should operate, but is only available in multi-zone environments."]]],[]]