- NAME
-
- gcloud alpha storage ftp users update - update an existing Cloud FTP user
- SYNOPSIS
-
-
gcloud alpha storage ftp users updateUSER_ID--location=LOCATION--server=SERVER[--async] [--customer-service-account=CUSTOMER_SERVICE_ACCOUNT] [--storage-directory-mapping=[PROPERTY=VALUE,…]] [--user-credentials-from-file=PATH_TO_FILE] [GCLOUD_WIDE_FLAG …]
-
- DESCRIPTION
-
(ALPHA)Update an existing Cloud FTP user. - EXAMPLES
-
To update service account of user
my-userfor servermy-serverinus-west1, run:gcloud alpha storage ftp users update my-user --server=my-server --location=us-west1 --customer-service-account=new-sa@my-project.iam.gserviceaccount.com - POSITIONAL ARGUMENTS
-
USER_ID- The ID of the user to update.
- REQUIRED FLAGS
-
--location=LOCATION- The region of the server.
--server=SERVER- The ID of the server.
- OPTIONAL FLAGS
-
--async- Return immediately, without waiting for the operation to complete.
--customer-service-account=CUSTOMER_SERVICE_ACCOUNT- The service account email associated with this user.
--storage-directory-mapping=[PROPERTY=VALUE,…]- Mapping of Google Cloud Storage bucket to virtual directory.
--user-credentials-from-file=PATH_TO_FILE- Path to a JSON file containing user credentials. Use a full or relative path to a local file containing the value of user_credentials.
- 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 users 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.