gcloud compute disks delete
Organiza tus páginas con colecciones
Guarda y categoriza el contenido según tus preferencias.
NOMBRE
gdcloud compute disks delete: Borra un disco de máquina virtual.
SYNOPSIS
gdcloud compute disks delete DISK_NAME [flags]
EXAMPLES
To delete a VM Disk named "example-vm-disk" in project "example-project in multi-zone environment", run:
gdcloud compute disks delete example-disk \
--project example-project \
--zone us-east1-a
To delete a VM Disk named "example-vm-disk" in project "example-project in non multi-zone environment, run:
gdcloud compute disks delete example-disk \
--project example-project \
--zone us-east1-a
MARCAS OPCIONALES
--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.
MARCAS DE GCLOUD A NIVEL GENERAL
Estas marcas están disponibles para todos los comandos: --configuration, --format, --help, --project y --quiet.
[[["Fácil de comprender","easyToUnderstand","thumb-up"],["Resolvió mi problema","solvedMyProblem","thumb-up"],["Otro","otherUp","thumb-up"]],[["Difícil de entender","hardToUnderstand","thumb-down"],["Información o código de muestra incorrectos","incorrectInformationOrSampleCode","thumb-down"],["Faltan la información o los ejemplos que necesito","missingTheInformationSamplesINeed","thumb-down"],["Problema de traducción","translationIssue","thumb-down"],["Otro","otherDown","thumb-down"]],["Última actualización: 2026-01-24 (UTC)"],[],[]]