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