Stay organized with collections
Save and categorize content based on your preferences.
NAME
gdcloud projects update - Update a particular project's attributes.
SYNOPSIS
gdcloud projects update PROJECT_ID [flags]
DESCRIPTION
Update a particular project's display name and/or its data exfiltration policy.
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.
OPTIONAL FLAGS
--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.
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-03-21 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."]]],[]]