Skip to content

Commit 85b3f45

Browse files
Google APIscopybara-github
authored andcommitted
feat: Force-delete for RagCorpora, ignoring any external errors and ensuring deletion of the RagCorpus
PiperOrigin-RevId: 864480269
1 parent 66d47db commit 85b3f45

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

google/cloud/aiplatform/v1beta1/vertex_rag_data_service.proto

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,10 @@ message DeleteRagCorpusRequest {
257257
// deleted. Otherwise, the request will only work if the RagCorpus has no
258258
// RagFiles.
259259
bool force = 2 [(google.api.field_behavior) = OPTIONAL];
260+
261+
// Optional. If set to true, any errors generated by external vector database
262+
// during the deletion will be ignored. The default value is false.
263+
bool force_delete = 3 [(google.api.field_behavior) = OPTIONAL];
260264
}
261265

262266
// Request message for

0 commit comments

Comments
 (0)