Manages Singularity Deploys for existing requests
Update the target active instance count for a pending deploy
body
Parameter | Required | Description | Data Type |
---|---|---|---|
body | true | SingularityUpdatePendingDeployRequest |
Status Code | Reason | Response Model |
---|---|---|
400 | Deploy is not in the pending state pending or is not not present | - |
Retrieve the list of current pending deploys
- No parameters
List[SingularityPendingDeploy]
Status Code | Reason | Response Model |
---|---|---|
- | - | - |
Cancel a pending deployment (best effort - the deploy may still succeed or fail)
path
Parameter | Required | Description | Data Type |
---|---|---|---|
requestId | true | The Singularity Request Id from which the deployment is removed. | string |
deployId | true | The Singularity Deploy Id that should be removed. | string |
Status Code | Reason | Response Model |
---|---|---|
400 | Deploy is not in the pending state pending or is not not present | - |
Start a new deployment for a Request
body
Parameter | Required | Description | Data Type |
---|---|---|---|
body | true | SingularityDeployRequest |
Status Code | Reason | Response Model |
---|---|---|
400 | Deploy object is invalid | - |
409 | A current deploy is in progress. It may be canceled by calling DELETE | - |