Undeploys a model. If the model is not deployed this method has no effect. If the model is currently being used: - For article suggestion, article suggestion will fallback to the default model if model is undeployed.
This method is a long-running operation. The returned Operation type has the following method-specific fields:
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-15 UTC."],[[["This endpoint allows for the undeployment of a specified conversation model, using the format `projects/\u003cProject ID\u003e/conversationModels/\u003cConversation Model ID\u003e`."],["Undeploying a model that is in use will cause any article suggestions to fallback to the default model."],["The process of undeploying is a long-running operation, which returns an `Operation` containing `UndeployConversationModelOperationMetadata` and an `Empty message`."],["The HTTP request to undeploy a model is a `POST` request to the URL `https://{endpoint}/v2/{name=projects/*/locations/*/conversationModels/*}:undeploy`, where the request body must be empty."],["Authorization for undeploying conversation models requires the `dialogflow.conversationModels.undeploy` IAM permission or one of the following OAuth scopes: `https://www.googleapis.com/auth/cloud-platform` or `https://www.googleapis.com/auth/dialogflow`."]]],[]]