Artboard
Builds

Abort a build

Use this endpoint to abort the running build.

POST
/otto/api/build/abort

Request Body

application/json

POST /otto/api/build/abort Request body

Response Body

application/json

application/json

curl -X POST "https://your.server.net/otto/api/build/abort" \  -H "Content-Type: application/json" \  -d '{}'
{
  "response": {
    "success": true
  },
  "messages": [
    {
      "code": 0.1,
      "text": "ok"
    }
  ]
}
{
  "response": {},
  "messages": [
    {
      "code": 18011,
      "text": "OttoFMS sample error"
    }
  ]
}