Redeploys a deployed application

POST /applications/{applicationId}/redeploy/{deploymentKey}

Parameters

Name Required Type Description
applicationId true string
deploymentKey true string

Response

{
  "type": "object",
  "description": "Status of Operation (with ID)",
  "properties": {
    "ok": {
      "type": "boolean",
      "description": "Indicates whether the operation succeeded or not"
    },
    "_doc": {
      "type": "string"
    }
  },
  "extends": "status"
}