Path parameters
-
The task type
Values are
sparse_embedding,text_embedding,rerank,completion, orchat_completion. -
The inference identifier.
DELETE
/_inference/{task_type}/{inference_id}
Console
DELETE /_inference/sparse_embedding/my-elser-model
curl \
--request DELETE 'http://api.example.com/_inference/{task_type}/{inference_id}'