An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
Hi,
Based on the symptoms described, I agree that the first thing to verify is whether the model ID is actually still present at the service/API level rather than relying only on the Studio UI.
I would suggest testing the GET request for custom_model_v1 first. If it returns 404, but the Studio still treats the ID as unavailable, testing the compose operation directly through the REST API would help distinguish between a Studio UI/cache issue and a backend metadata conflict.
If the API also returns a conflict for an ID that the GET operation reports as missing, that would provide strong evidence of a stale backend reference. In that case, opening a Microsoft Support request with the resource details, region, model ID, API version, timestamps, and correlation/request IDs would be the appropriate next step.
As a temporary workaround, keeping the existing model ID in the application and deploying the replacement under a new model ID may also avoid downtime while the issue is investigated.
Hope this helps.