QVAC Logo

ragDeleteWorkspace( )

Deletes a RAG workspace and all its data. The workspace must not be currently loaded/in-use.

function ragDeleteWorkspace(params: infer): Promise

Description

Deletes a RAG workspace and all its data. The workspace must not be currently loaded/in-use.

Parameters

NameTypeRequired?Description
paramsinferThe parameters for deletion

Returns

Promise

Examples

await ragDeleteWorkspace({ workspace: "my-docs" });

On this page