hi Dafydd Jones & thx for sharing urs issue here at Q&A portal,
409 usually means the deployment is still referenced or locked by another operation.
In Foundry, check if the deployment is used by a project, agent, evaluation, prompt flow, endpoint, or app connection. If anything still points to it, delete/remove that reference first, then retry the deployment delete.
I’d also try deleting it from Azure CLI/ARM to see the fuller error, bc the portal often hides the useful part
az cognitiveservices account deployment delete \
--resource-group <rg> \
--name <account-name> \
--deployment-name <deployment-name>
https://learn.microsoft.com/en-us/azure/ai-foundry/how-to/create-model-deployments
If CLI also returns 409, grab the correlation ID from Activity Log and open a Foundry support case. Since it has failed for several days, it may be a stuck backend deployment state, not a normal temporary conflict.
rgds,
Alex
&
If my answer was helpful pls mark it and additional thx if u follow me at Q&A portal
and at my blog https://ctrlaltdel.blog/