High severityconfiguration
Power BI Refresh Error:
MODEL_SERVING_ENDPOINT_NOT_FOUND
What does this error mean?
A request to query or manage a Databricks Model Serving endpoint failed because the endpoint with the specified name does not exist or was deleted.
Common causes
- 1The serving endpoint was deleted manually or by an automated cleanup script
- 2The endpoint name in the application code or pipeline configuration has a typo
- 3The endpoint was created in a different workspace or environment than where the query is being made
- 4An infrastructure-as-code deployment renamed the endpoint without updating consumer references
How to fix it
- 1Step 1: In the Databricks workspace, navigate to Serving and confirm whether the endpoint exists and is in the Ready state.
- 2Step 2: If the endpoint is missing, recreate it by specifying the model name, version or alias, and compute configuration.
- 3Step 3: Update the application code or pipeline to use the correct endpoint name.
- 4Step 4: If the endpoint exists but is still initializing, wait for it to reach the Ready state before retrying.
- 5Step 5: For production systems, manage endpoints via Databricks Asset Bundles to prevent accidental deletion.