v1

latestOpenAPI 3.1.02026-07-1213613295.5 KB
Applications

Start

Start application. Post request is also accepted.

get/applications/{uuid}/start

Path parameters

uuidstring required

UUID of the application.

Query parameters

forceboolean

Force rebuild.

instant_deployboolean

Instant deploy (skip queuing).

Response

Start application.

messagestring

Message.

deployment_uuidstring

UUID of the deployment.

Example response

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