---
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

## Changes

- **2026-01-09** `cadf3c04bd1b` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/kernel/apis/hypeman-api/changes/builds/:id/delete.md)

---

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