From eb3a672c91d892dfc2c6a88e6331aa77df85fd8b Mon Sep 17 00:00:00 2001 From: Josh Mock Date: Tue, 8 Apr 2025 04:20:04 -0500 Subject: [PATCH] Clean up references to dropped EIS APIs (#4220) Co-authored-by: Laura Trotta <153528055+l-trotta@users.noreply.github.com> (cherry picked from commit 276bc928722a266c5d0b712d2433e0e2007f4f6e) --- .../_json_spec/inference.put_eis.json | 35 ------------------- 1 file changed, 35 deletions(-) delete mode 100644 specification/_json_spec/inference.put_eis.json diff --git a/specification/_json_spec/inference.put_eis.json b/specification/_json_spec/inference.put_eis.json deleted file mode 100644 index fd13516d54..0000000000 --- a/specification/_json_spec/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" - } - } -}