Delete an inference endpoint
Generally available; Added in 8.11.0
Path parameters
-
The task type
Values are
sparse_embedding
,text_embedding
,rerank
,completion
, orchat_completion
. -
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"