mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +00:00
gcloud: Wed Oct 25 11:42:23 UTC 2023
This commit is contained in:
parent
a15665661a
commit
d34c41a2ce
305 changed files with 5549 additions and 699 deletions
|
|
@ -2,7 +2,8 @@ NAME
|
|||
gcloud beta projects delete - delete a project
|
||||
|
||||
SYNOPSIS
|
||||
gcloud beta projects delete PROJECT_ID_OR_NUMBER [GCLOUD_WIDE_FLAG ...]
|
||||
gcloud beta projects delete PROJECT_ID_OR_NUMBER
|
||||
[--recommend=BOOLEAN_VALUE] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) Deletes the project with the given project ID.
|
||||
|
|
@ -26,6 +27,13 @@ POSITIONAL ARGUMENTS
|
|||
PROJECT_ID_OR_NUMBER
|
||||
ID or number for the project you want to delete.
|
||||
|
||||
FLAGS
|
||||
--recommend=BOOLEAN_VALUE
|
||||
If true, checks Active Assist recommendation for the risk level of
|
||||
project deletion, and issues a warning in the prompt. Optional flag is
|
||||
set to false by default. For details see
|
||||
https://cloud.google.com/recommender/docs/change-risk-recommendations
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue