1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-16 20:36:39 +00:00

gcloud: Thu Mar 26 12:11:21 UTC 2026

This commit is contained in:
Automated 2026-03-26 12:11:21 +00:00
parent c0febd2be1
commit 89a3bc9276
1093 changed files with 69108 additions and 2686 deletions

View file

@ -4,8 +4,8 @@ NAME
SYNOPSIS
gcloud beta vector-search collections data-objects batch-delete
--requests=[name=NAME] (--collection=COLLECTION : --location=LOCATION)
[GCLOUD_WIDE_FLAG ...]
--requests=[etag=ETAG],[name=NAME]
(--collection=COLLECTION : --location=LOCATION) [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) Delete a batch of data objects.
@ -22,21 +22,26 @@ EXAMPLES
s/my-do-b2"}]' --project=my-project
REQUIRED FLAGS
--requests=[name=NAME]
--requests=[etag=ETAG],[name=NAME]
Required, The request message specifying the resources to delete. A
maximum of 1000 DataObjects can be deleted in a batch.
etag
The current etag of the DataObject. If an etag is provided and does
not match the current etag of the DataObject, deletion will be
blocked and an ABORTED error will be returned.
name
The name of the DataObject resource to be deleted. Format:
projects/{project}/locations/{location}/collections/{collection}/dataObjects/{dataObject}.
Shorthand Example:
--requests=name=string --requests=name=string
--requests=etag=string,name=string --requests=etag=string,name=string
JSON Example:
--requests='[{"name": "string"}]'
--requests='[{"etag": "string", "name": "string"}]'
File Example:
@ -89,5 +94,8 @@ API REFERENCE
https://docs.cloud.google.com/vertex-ai/docs/vector-search-2/overview
NOTES
This command is currently in beta and might change without notice.
This command is currently in beta and might change without notice. This
variant is also available:
$ gcloud vector-search collections data-objects batch-delete