- NAME
-
- gcloud alpha transfer agent-pools list - list Transfer Service transfer agent pools
- SYNOPSIS
-
-
gcloud alpha transfer agent-pools list[--limit=LIMIT] [--names=[NAMES,…]] [--page-size=PAGE_SIZE; default=256] [GCLOUD_WIDE_FLAG …]
-
- DESCRIPTION
-
(ALPHA)List Transfer Service transfer pools in a given project to show their configurations. - EXAMPLES
-
To list all agent pools in your current project, run:
gcloud alpha transfer agent-pools listTo list agent pools named "foo" and "bar" in your project, run:
gcloud alpha transfer agent-pools list --names=foo,barTo list all information about jobs 'foo' and 'bar' formatted as JSON, run:
gcloud alpha transfer agent-pools list --names=foo,bar --format=json - FLAGS
-
--limit=LIMIT- Return the first items from the API up to this limit.
--names=[NAMES,…]- The names of the agent pools you want to list. Separate multiple names with commas (e.g., --name=foo,bar). If not specified, all agent pools in your current project will be listed.
--page-size=PAGE_SIZE; default=256- Retrieve batches of this many items from the API.
- 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. This variant is also available:
gcloud transfer agent-pools list
gcloud alpha transfer agent-pools list
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 2025-05-07 UTC.