Delete an inference endpoint Technical preview
Path parameters
-
The task type
Values are
sparse_embedding
,text_embedding
,rerank
, orcompletion
. -
The inference Id
DELETE /_inference/{task_type}/{inference_id}
curl \
-X DELETE http://api.example.com/_inference/{task_type}/{inference_id}
Response examples (200)
{
"acknowledged": true,
"pipelines": [
"string"
]
}