From 85b3f459f91cd08669c27da47d07bb57f6d9aa4d Mon Sep 17 00:00:00 2001 From: Google APIs Date: Mon, 2 Feb 2026 12:47:27 -0800 Subject: [PATCH] feat: Force-delete for RagCorpora, ignoring any external errors and ensuring deletion of the RagCorpus PiperOrigin-RevId: 864480269 --- google/cloud/aiplatform/v1beta1/vertex_rag_data_service.proto | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/google/cloud/aiplatform/v1beta1/vertex_rag_data_service.proto b/google/cloud/aiplatform/v1beta1/vertex_rag_data_service.proto index 914e9b5108..da2f9f6bfa 100644 --- a/google/cloud/aiplatform/v1beta1/vertex_rag_data_service.proto +++ b/google/cloud/aiplatform/v1beta1/vertex_rag_data_service.proto @@ -257,6 +257,10 @@ message DeleteRagCorpusRequest { // deleted. Otherwise, the request will only work if the RagCorpus has no // RagFiles. bool force = 2 [(google.api.field_behavior) = OPTIONAL]; + + // Optional. If set to true, any errors generated by external vector database + // during the deletion will be ignored. The default value is false. + bool force_delete = 3 [(google.api.field_behavior) = OPTIONAL]; } // Request message for