v1

latestOpenAPI 3.1.02026-07-1213613295.5 KB
Applications

Restart

Restart application. Post request is also accepted.

get/applications/{uuid}/restart

Path parameters

uuidstring required

UUID of the application.

Response

Restart application.

messagestring
deployment_uuidstring

UUID of the deployment.

Example response

{
  "message": "Restart request queued.",
  "deployment_uuid": "doogksw"
}