Skip to main content
POST
/
branches
/
{id}
/
build
/
abort
Abort build
curl --request POST \
  --url https://api.specular.dev/branches/{id}/build/abort \
  --header 'Authorization: Bearer <token>'
{
  "aborted": true,
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication with API key (format: Bearer sk_xxx)

Path Parameters

id
string
required

Branch ID

Response

Build abort result

Build abort result

aborted
boolean
message
string