Cancel Deployment
- Print
- PDF
Cancel Deployment
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Summary
Cancel SourceDeploy deployment.
Request
API URL
POST {SOURCEDEPLOY_API_URL}/project/{projectId}/history/{historyId}/cancel
Request parameter
Item | Type | Description | Remarks |
---|---|---|---|
projectId | string | Project ID | Search projectList |
historyId | string | History ID | Search historyList |
Request query
None
Request body
None
Response
Response body
{
"result": "boolean"
}
Item | Type | Description | Remarks |
---|---|---|---|
result | boolean | Deployment cancellation request status |
Was this article helpful?