Compose Deployment
Starts upgrading a compose deployment in the Service Fabric cluster.
Validates the supplied upgrade parameters and starts upgrading the deployment if the parameters are valid.
post/ComposeDeployments/{deploymentName}/$/Upgrade
Path parameters
deploymentNamestring required
The identity of the deployment.
Query parameters
api-version'6.0-preview' required
The version of the API. This parameter is required and its value must be '"6.0-preview'.
timeoutinteger
The server timeout for performing the operation in seconds. This timeout specifies the time duration that the client is willing to wait for the requested operation to complete. The default value for this parameter is 60 seconds.
Request body
Response
A successful response means that the upgrade has started. Use GetComposeDeploymentUpgrade operation to get the status of the upgrade.