Failed to delete deployment ... Internal Server Error

Junjie Zhu 0 Reputation points
2024-07-19T01:00:26.1833333+00:00

I deployed a fine-tuned model using Azure Open AI service early today in the region of EAST US2, but now I couldn't delete the deployment with an error message "Failed to delete deployment ... Internal Server Error." Is the issue still there? Since the deployment is not able to be deleted, I wonder if it is continuously consuming my wallet?

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
3,137 questions
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. akinbade abiola 17,290 Reputation points
    2024-07-19T01:16:24.0666667+00:00

    Yes, it will consume your wallet if still exists.

    Try this to delete: Deployments - Delete - REST API (Azure Azure AI Services) | Microsoft Learn

    You can mark it 'Accept Answer' and 'Upvote' if this helped you

    Regards,

    Abiola


  2. Junjie Zhu 0 Reputation points
    2024-07-19T04:14:07.0933333+00:00

    The fine-tuned model was able to be deleted. Not sure if it was because the server issue.

    0 comments No comments

  3. AshokPeddakotla-MSFT 34,191 Reputation points
    2024-08-07T17:04:30.6566667+00:00

    I'm glad that your issue is resolved and thank you for confirming as well. This could be a transient failure.

    Since the Microsoft Q&A community has a policy that the question author cannot accept their own answer, they can only accept answers by others, I'll repost your solution in case you'd like to Accept the answer.

    Error Message:

    User's image

    Solution:

    This could be a transient failure in a particular region.

    I deployed a fine-tuned model using Azure Open AI service early today in the region of EAST US2, but now I couldn't delete the deployment with an error message "Failed to delete deployment ... Internal Server Error." Is the issue still there? Since the deployment is not able to be deleted, I wonder if it is continuously consuming my wallet?

    You can't delete a custom model if it has an existing deployment. You must first delete your model deployment before you can delete your custom model.

    To give more context, After you deploy a customized model, if at any time the deployment remains inactive for greater than fifteen (15) days, the deployment is deleted. The deployment of a customized model is inactive if the model was deployed more than fifteen (15) days ago and no completions or chat completions calls were made to it during a continuous 15-day period.

    The deletion of an inactive deployment doesn't delete or affect the underlying customized model, and the customized model can be redeployed at any time. As described in Azure OpenAI Service pricing, each customized (fine-tuned) model that's deployed incurs an hourly hosting cost regardless of whether completions or chat completions calls are being made to the model. To learn more about planning and managing costs with Azure OpenAI, refer to the guidance in Plan to manage costs for Azure OpenAI Service.

    If you have any other questions, please let me know. Thank you again for your time and patience throughout this issue.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.