1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 14:56:05 +00:00

gcloud: Sat Jun 14 05:31:37 UTC 2025

This commit is contained in:
Automated 2025-06-14 05:31:37 +00:00
parent 1799759190
commit fa40c10f6a
712 changed files with 17386 additions and 4918 deletions

View file

@ -1,17 +1,17 @@
NAME
gcloud logging logs delete - delete all entries from a log in the _Default
log bucket
gcloud logging logs delete - delete all entries from a log in the global
_Default log bucket
SYNOPSIS
gcloud logging logs delete LOG_NAME [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
Delete all entries from a log in the _Default log bucket. With no entries,
the log will not appear in the list of your project's logs. However, you
can write new entries to the log.
Delete all entries from a log in the global _Default log bucket. With no
entries, the log will not appear in the list of your project's logs.
However, you can write new entries to the log.
EXAMPLES
To delete all entries from log 'my-log' in the _Default log bucket:
To delete all entries from log 'my-log' in the global _Default log bucket:
$ gcloud logging logs delete my-log

View file

@ -16,7 +16,7 @@ COMMANDS
COMMAND is one of the following:
delete
Delete all entries from a log in the _Default log bucket.
Delete all entries from a log in the global _Default log bucket.
list
List your project's logs.