- NAME
-
- gcloud alpha storage ftp servers update - update an existing Cloud FTP server
- SYNOPSIS
-
-
gcloud alpha storage ftp servers updateSERVER_ID--location=LOCATION[--allowed-cidr-blocks=[CIDR_BLOCK,…]] [--async] [--consumer-accept-list=[PROJECT_ID=LIMIT,…]] [--consumer-reject-list=[PROJECT_ID,…]] [--display-name=DISPLAY_NAME] [GCLOUD_WIDE_FLAG …]
-
- DESCRIPTION
-
(ALPHA)Update an existing Cloud FTP server. - EXAMPLES
-
To update display name of server
my-serverinus-west1, run:gcloud alpha storage ftp servers update my-server --location=us-west1 --display-name="New Name" - POSITIONAL ARGUMENTS
-
SERVER_ID- The ID of the FTP server to update.
- REQUIRED FLAGS
-
--location=LOCATION- The region of the server.
- OPTIONAL FLAGS
-
--allowed-cidr-blocks=[CIDR_BLOCK,…]- Update the list of allowed CIDR blocks (overwrites existing).
--async- Return immediately, without waiting for the operation to complete.
--consumer-accept-list=[PROJECT_ID=LIMIT,…]- Update the PSC allow list (overwrites existing).
--consumer-reject-list=[PROJECT_ID,…]- Update the PSC reject list (overwrites existing).
--display-name=DISPLAY_NAME- Update the display name.
- GCLOUD WIDE FLAGS
-
These flags are available to all commands:
--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 helpfor details. - NOTES
- This command is currently in alpha and might change without notice. If this command fails with API permission errors despite specifying the correct project, you might be trying to access an API with an invitation-only early access allowlist.
gcloud alpha storage ftp servers update
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-06-09 UTC.