mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Thu Jan 19 00:56:33 UTC 2023
This commit is contained in:
parent
348d9760ee
commit
1248f773ec
1462 changed files with 51835 additions and 5402 deletions
|
|
@ -1,5 +1,5 @@
|
|||
NAME
|
||||
gcloud alpha logging sinks delete - deletes a sink
|
||||
gcloud alpha logging sinks delete - delete a sink
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha logging sinks delete SINK_NAME
|
||||
|
|
@ -8,7 +8,7 @@ SYNOPSIS
|
|||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Deletes a sink and halts the export of log entries associated with
|
||||
(ALPHA) Delete a sink and halt the export of log entries associated with
|
||||
that sink. Deleting a sink does not affect log entries already exported
|
||||
through the deleted sink, and will not affect other sinks that are
|
||||
exporting the same log(s).
|
||||
|
|
@ -26,16 +26,16 @@ FLAGS
|
|||
At most one of these can be specified:
|
||||
|
||||
--billing-account=BILLING_ACCOUNT_ID
|
||||
Delete a sink associated with this billing account.
|
||||
Billing account of the sink to delete.
|
||||
|
||||
--folder=FOLDER_ID
|
||||
Delete a sink associated with this folder.
|
||||
Folder of the sink to delete.
|
||||
|
||||
--organization=ORGANIZATION_ID
|
||||
Delete a sink associated with this organization.
|
||||
Organization of the sink to delete.
|
||||
|
||||
--project=PROJECT_ID
|
||||
Delete a sink associated with this project.
|
||||
Project of the sink to delete.
|
||||
|
||||
The Google Cloud project ID to use for this invocation. If omitted,
|
||||
then the current project is assumed; the current project can be
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue