- NAME
-
- gcloud alpha firestore change-streams delete - delete a Cloud Firestore change stream
- SYNOPSIS
-
-
gcloud alpha firestore change-streams deleteCHANGE_STREAM--database=DATABASE[--etag=ETAG] [GCLOUD_WIDE_FLAG …]
-
- EXAMPLES
-
To delete a change stream named
my-streamin databasemy-db:gcloud alpha firestore change-streams delete my-stream --database=my-db - POSITIONAL ARGUMENTS
-
CHANGE_STREAM- The ID of the change stream.
- REQUIRED FLAGS
-
--database=DATABASE-
The database to operate on.
For example, to operate on database
foo:gcloud alpha firestore change-streams delete --database='foo'
- OPTIONAL FLAGS
-
--etag=ETAG- The current etag of the change stream. If an etag is provided and does not match the current etag of the change stream, deletion will be blocked and a FAILED_PRECONDITION error will be returned.
- GCLOUD WIDE FLAGS
-
These flags are available to all commands:
--access-token-file,--account,--billing-project,--configuration,--flags-file,--flatten,--format,--help,--impersonate-service-account,--log-http,--project,--quiet,--trace-token,--user-output-enabled,--verbosity.Run
$ gcloud helpfor details. - NOTES
- This command is currently in alpha and might change without notice. If this command fails with API permission errors despite specifying the correct project, you might be trying to access an API with an invitation-only early access allowlist.
gcloud alpha firestore change-streams delete
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-08-18 UTC.
[null,null,["Last updated 2026-08-18 UTC."],[],[]]