Delete an inference endpoint Added in 8.11.0
Path parameters
-
The task type
Values are
sparse_embedding
,text_embedding
,rerank
, orcompletion
. -
The inference identifier.
DELETE
/_inference/{task_type}/{inference_id}
curl \
--request DELETE http://api.example.com/_inference/{task_type}/{inference_id}