Templates
Cancel an in-flight build
Cancels an in-flight build. No-op for builds already in a terminal state.
DELETE
Cancel an in-flight build
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Cancels an in-flight build. No-op for builds already in a terminal state.
curl --request DELETE \
--url https://api.superserve.ai/templates/{template_id}/builds/{build_id} \
--header 'X-API-Key: <api-key>'{
"error": {
"code": "<string>",
"message": "<string>"
}
}curl --request DELETE \
--url https://api.superserve.ai/templates/{template_id}/builds/{build_id} \
--header 'X-API-Key: <api-key>'{
"error": {
"code": "<string>",
"message": "<string>"
}
}