Skip to main content
HEAD
/
ai
/
ml-models
/
{modelId}
Check whether a model exists
import requests

url = "https://{FUSION HOST}/api/ai/ml-models/{modelId}"

response = requests.head(url)

print(response.text)
"<string>"

Documentation Index

Fetch the complete documentation index at: https://doc.lucidworks.com/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

modelId
string
required

Response

The model is deployed.

The response is of type string.