Hi there CB
Thanks for using QandA platform
you can try a few steps. First, check for any active operations that might be causing the endpoint to be stuck. If there are no ongoing tasks, you can attempt to cancel any stuck operations using the Azure CLI with the az ml endpoint operation cancel
command. Also, verify if there are any resource quota issues that could be preventing the update.
If the endpoint remains unresponsive, you can try force-deleting it using the az ml endpoint delete
command.
If this helps kindly accept the response thanks much.