Organiza tus páginas con colecciones
Guarda y categoriza el contenido según tus preferencias.
NOMBRE
gcloud projects update: Actualiza los atributos de un proyecto en particular.
SINOPSIS
gdcloud projects update PROJECT_ID [flags]
DESCRIPCIÓN
Actualiza el nombre visible o la política de robo de datos de un proyecto en particular.
EXAMPLES
To update a project's name to "test-project", run:
gdcloud projects update PROJECT_ID --name=test-project
To update a project's data exfiltration policy to false, run:
gdcloud projects update PROJECT_ID --data-exfiltration-prevention=false
You can update any editable project field. Run "gdcloud projects update --help" for more options.
MARCAS OPCIONALES
--data-exfiltration-prevention If set to false, allow network data transfer out from project workloads outside the organization. Otherwise, network data transfer out from workloads outside the project's organization is not allowed. (default true)
--name string Name for the project.
MARCAS GENERALES DE GCLOUD
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: 2025-07-16 (UTC)"],[[["The `gdcloud projects update` command allows users to modify the attributes of a specified project."],["Users can update a project's display name by using the `--name` flag followed by the new name."],["The project's data exfiltration policy can be toggled using the `--data-exfiltration-prevention` flag, with `false` permitting outside data transfer and `true` disallowing it."],["There are additional project attributes available for update."],["Common gdcloud commands such as `--configuration`, `--format`, and `--help` are also available for use."]]],[]]