mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 02:25:19 +00:00
gcloud: Wed Nov 13 10:04:10 UTC 2024
This commit is contained in:
parent
7da5872e5c
commit
a63704a3af
252 changed files with 4821 additions and 807 deletions
|
|
@ -1,12 +1,12 @@
|
|||
NAME
|
||||
gcloud transfer agents delete - delete a Transfer Service transfer agents
|
||||
gcloud transfer agents delete - delete Transfer Service transfer agents
|
||||
|
||||
SYNOPSIS
|
||||
gcloud transfer agents delete [--ids=[IDS,...] | --all | --uninstall]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Delete agents and remove agent resources from your machine.
|
||||
Delete Transfer Service agents from your machine.
|
||||
|
||||
EXAMPLES
|
||||
If you plan to delete specific agents, you can list which agents are
|
||||
|
|
@ -30,9 +30,10 @@ FLAGS
|
|||
Delete all agents running on your machine.
|
||||
|
||||
--uninstall
|
||||
Fully uninstall the agent Docker image in addition to deleting the
|
||||
agents. Uninstalling the Docker image will free up space, but you'll
|
||||
need to reinstall it to run agents on this machine in the future.
|
||||
Fully uninstall the agent container image in addition to deleting the
|
||||
agents. Uninstalling the container image will free up space, but
|
||||
you'll need to reinstall it to run agents on this machine in the
|
||||
future.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ COMMANDS
|
|||
COMMAND is one of the following:
|
||||
|
||||
delete
|
||||
Delete a Transfer Service transfer agents.
|
||||
Delete Transfer Service transfer agents.
|
||||
|
||||
install
|
||||
Install Transfer Service agents.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue