Delete an inference endpoint
Added in 8.11.0
Path parameters
-
task_type
string Required The task type
Values are
sparse_embedding
,text_embedding
,rerank
, orcompletion
. -
inference_id
string Required The inference identifier.
DELETE
/_inference/{task_type}/{inference_id}
curl \
--request DELETE http://api.example.com/_inference/{task_type}/{inference_id} \
--header "Authorization: $API_KEY"
Response examples (200)
{
"acknowledged": true,
"pipelines": [
"string"
]
}