1
0
Fork 0
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:
Automated 2024-11-13 10:04:10 +00:00
parent 7da5872e5c
commit a63704a3af
252 changed files with 4821 additions and 807 deletions

View file

@ -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,

View file

@ -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.