POST Deployment/UpgradeDatabase

Upgrade the App Orchestration deployment to the latest known version of the database schema.

Response Information

New deployment information after the upgrade is complete.

Response type

DeploymentModel

Response body formats

application/json, text/json

Sample:
{
  "Href": "[api:Deployment]",
  "IsDatabaseUpgradeAvailable": true,
  "Servers": [
    {
      "Name": "server1",
      "DatabaseSchemaVersionStatus": "Older"
    }
  ]
}