Artboard
Deployments

Abort a deployment

Use this endpoint to abort the running deployment.

POST
/otto/api/deployment/abort

Request Body

application/json

POST /otto/api/deployment/abort Request body

Response Body

application/json

application/json

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