mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Fri Jun 2 10:25:45 UTC 2023
This commit is contained in:
parent
d0919dce4f
commit
daa9cea776
199 changed files with 7828 additions and 401 deletions
|
|
@ -2,7 +2,8 @@ NAME
|
|||
gcloud alpha run jobs delete - delete a job
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha run jobs delete JOB [--region=REGION] [GCLOUD_WIDE_FLAG ...]
|
||||
gcloud alpha run jobs delete JOB [--[no-]async] [--region=REGION]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Delete a job.
|
||||
|
|
@ -32,6 +33,11 @@ POSITIONAL ARGUMENTS
|
|||
▸ provide the argument JOB on the command line.
|
||||
|
||||
FLAGS
|
||||
--[no-]async
|
||||
Return immediately, without waiting for the operation in progress to
|
||||
complete. Defaults to --no-async. Use --async to enable and --no-async
|
||||
to disable.
|
||||
|
||||
--region=REGION
|
||||
Region in which the resource can be found. Alternatively, set the
|
||||
property [run/region].
|
||||
|
|
|
|||
|
|
@ -2,8 +2,8 @@ NAME
|
|||
gcloud alpha run jobs executions delete - delete an execution
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha run jobs executions delete EXECUTION [--region=REGION]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
gcloud alpha run jobs executions delete EXECUTION [--[no-]async]
|
||||
[--region=REGION] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Delete an execution.
|
||||
|
|
@ -33,6 +33,11 @@ POSITIONAL ARGUMENTS
|
|||
▸ provide the argument EXECUTION on the command line.
|
||||
|
||||
FLAGS
|
||||
--[no-]async
|
||||
Return immediately, without waiting for the operation in progress to
|
||||
complete. Defaults to --no-async. Use --async to enable and --no-async
|
||||
to disable.
|
||||
|
||||
--region=REGION
|
||||
Region in which the resource can be found. Alternatively, set the
|
||||
property [run/region].
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue