Delete the inference region policy Generally available

DELETE /_inference/_region_policy

Required authorization

  • Cluster privileges: manage_inference

Responses

  • 200 application/json
    Hide response attribute Show response attribute object
    • acknowledged boolean Required

      For a successful response, this value is always true. On failure, an exception is returned instead.

DELETE /_inference/_region_policy
curl \
 --request DELETE 'http://api.example.com/_inference/_region_policy' \
 --header "Authorization: $API_KEY"
Response examples (200)
A successful response when deleting the region policy.
{
  "acknowledged": true
}