Admin APIs
admin-utils
Stop Precompute Build
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.
post/api/v1/admin/admin-utils/precompute/build/{job_id}/stop
Path parameters
job_idstring required
Request body
Response
Successful Response
{"stackTrail":"paths:/api/v1/admin/admin-utils/precompute/build/{job_id}/stop:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}
Changes
Changed in 1 of the 4 revisions of this API.1
- ○
endpoint added
endpoint-added
- ○