admin

Cancel all builds for a team

Cancels all in-progress and pending builds for the specified team

post/admin/teams/{teamID}/builds/cancel

Path parameters

teamIDstring uuid required

Team ID

Response

Successfully cancelled builds

cancelledCountinteger required

Number of builds successfully cancelled

failedCountinteger required

Number of builds that failed to cancel

Changes