Skip to main content
POST
/
v5
/
builds
/
{build_id}
/
cancel
Cancel Build
curl --request POST \
  --url https://api.egp.scale.com/v5/builds/{build_id}/cancel \
  --header 'x-api-key: <api-key>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Authorizations

x-api-key
string
header
required

Headers

x-selected-account-id
string | null

Path Parameters

build_id
string
required

Response

Successful Response