curl --request HEAD \
--url https://{FUSION HOST}/api/ai/ml-models/{modelId}
"<string>"
Check whether the specified model exists in Fusion.
curl --request HEAD \
--url https://{FUSION HOST}/api/ai/ml-models/{modelId}
"<string>"
OK
The response is of type string
.
Was this page helpful?