---
title: "Stop Precompute Build"
method: POST
path: "/api/v1/admin/admin-utils/precompute/build/{job_id}/stop"
tags: ["Admin APIs", "admin-utils"]
---

# Stop Precompute Build

`POST /api/v1/admin/admin-utils/precompute/build/{job_id}/stop`

End a build that is not going to finish on its own.

A build whose process died clears itself once the lease it stopped renewing
expires. This is for the other case, which nothing else resolves: a build
still renewing its lease while making no progress, where the only other way
out is the duration ceiling.

Nothing being served changes. A build stages under a new version key and
only its last phase moves the published pointer, so stopping one leaves
every pod on exactly what it was already serving.

## Path parameters

- `job_id` string, required

## Request body

- PrecomputeStopRequest — Why a build was stopped, recorded against the job. Optional, because a stop with no reason given is still a stop. When it is absent the route substitutes who asked for it, which is the thing anyone reading the history afterwards actually wants.
  - `reason` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/carbonarc/apis/carbon-arc-client-admin-api.md) · [All operations](https://skmtc.net/carbonarc/apis/carbon-arc-client-admin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/carbonarc/carbon-arc-client-admin-api/revisions/a8ca30023371/schema)
