Delete an ONNX model from de database.
delete
/vecdb/models/{model_name}
Delete an ONNX model from de database.
Request
Path Parameters
-
model_name(required): string
Name of the ONNX model.
There's no request body for this operation.
Security
-
BasicAuth: http
Type:
http -
BearerAuth: http
Type:
http -
OAuth2: oauth2
Type:
oauth2
Response
Supported Media Types
- application/json
- application/problem+json
200 Response
The model was successfully deleted from the database.
Root Schema : schema
Type:
Show Source
object-
dropped: string
If the model was dropped or not.
-
message: string
Confirmation message.
400 Response
The model is used in a vector table and can not be deleted.
404 Response
Model not found.