---
title: "Cancel build"
method: DELETE
path: "/builds/{id}"
---

# Cancel build

`DELETE /builds/{id}`

## Path parameters

- `id` string, required

## Response `204`

Build cancelled

## Other responses

- `404` — Build not found
- `409` — Build already completed
- `500` — Internal server error

---

[API](https://skmtc.net/kernel/apis/hypeman-api.md) · [All operations](https://skmtc.net/kernel/apis/hypeman-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kernel/hypeman-api/versions/b4642bb950dc/schema)
