| ValidateReplaceDeployedModel | R Documentation | 
Validate a potential deployment model replacement.
ValidateReplaceDeployedModel(deploymentId, newModelId)
| deploymentId | character. The ID of the deployment. | 
| newModelId | character. The ID of the model to use in the deployment. This model will replace the old model. You can also pass a dataRobotModel object. | 
A validation report with:
status character. Either PASSED or FAILED depending on whether all checks passed or not.
message character. A message explaining the status failure, if any.
checks list. A list of each check and the individual status.
## Not run: 
  deploymentId <- "5e319d2e422fbd6b58a5edad"
  newModelId <- "5996f820af07fc605e81ead4"
  ValidateReplaceDeployedModel(deploymentId, newModelId)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.