Hi @davaid The error
{"error_code":"TEMPORARILY_UNAVAILABLE","message":"The server is currently unable to handle the request."}
usually points to a temporary backend issue — often due to load, maintenance, or a brief service disruption.
If you're using an internal model like "Claude" within Databricks, it may rely on external APIs or services that occasionally experience short-lived downtime. These kinds of issues typically resolve on their own.
Recommended Actions:
- Retry the call after a short delay (exponential backoff usually helps)
- Check the Azure Status Page and https://status.databricks.com/for any active incidents.
At this time, there's no official notice of an Azure-side update affecting this but monitoring the status pages can help confirm.
Hope this helps. If this answers your query, do click Accept Answer
and Yes
for was this answer helpful. And, if you have any further query do let us know.