latestOpenAPI 3.0.02026-08-2045003.8 MB

72813baf8d47

Elastigroup AWS

Stop Deployment

Stop an existing deployment

put/aws/ec2/group/{groupId}/roll/{rollId}

Path parameters

rollIdstring required

The deployment ID you want to stop

Query parameters

accountIdstring

ID of the account associated with your token

Parameters

#/paths/~1aws~1ec2~1group~1%7BgroupId%7D/put/parameters/0 — unresolved $ref

Request body

Example request

{
  "roll": {
    "status": "STOPPED"
  }
}

Response

Stop Deployment Response

Example response

{
  "request": {
    "id": "ff3e1e5b-91b8-42fa-8267-b988efc7f662",
    "url": "/aws/ec2/group/sig-12345/roll/sbgd-dfb956b4",
    "method": "PUT",
    "timestamp": "2015-06-29T13:01:55.060Z"
  },
  "response": {
    "status": {
      "code": 200,
      "message": "OK"
    },
    "kind": "spotinst:aws:ec2:group:roll"
  }
}