From 128ef567ca5e4d55eb7670d66360817ad84e0d4a Mon Sep 17 00:00:00 2001 From: Josh Mock Date: Wed, 9 Apr 2025 03:06:00 -0500 Subject: [PATCH] Remove reference to dropped EIS API (#126422) Co-authored-by: Quentin Pradet (cherry picked from commit 5f871c5cf549f1b3bcd1d51e74cf08812b797744) --- .../rest-api-spec/api/inference.put_eis.json | 35 ------------------- 1 file changed, 35 deletions(-) delete mode 100644 rest-api-spec/src/main/resources/rest-api-spec/api/inference.put_eis.json diff --git a/rest-api-spec/src/main/resources/rest-api-spec/api/inference.put_eis.json b/rest-api-spec/src/main/resources/rest-api-spec/api/inference.put_eis.json deleted file mode 100644 index d08a4d3dbd9a6..0000000000000 --- a/rest-api-spec/src/main/resources/rest-api-spec/api/inference.put_eis.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "inference.put_eis": { - "documentation": { - "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/infer-service-elastic.html", - "description": "Configure an inference endpoint that uses the Elastic Inference Service (EIS)" - }, - "stability": "stable", - "visibility": "public", - "headers": { - "accept": ["application/json"], - "content_type": ["application/json"] - }, - "url": { - "paths": [ - { - "path": "/_inference/{task_type}/{eis_inference_id}", - "methods": ["PUT"], - "parts": { - "task_type": { - "type": "string", - "description": "The task type" - }, - "eis_inference_id": { - "type": "string", - "description": "The inference ID" - } - } - } - ] - }, - "body": { - "description": "The inference endpoint's task and service settings" - } - } - } \ No newline at end of file