Skip to content

Start

GET
/applications/{uuid}/start

Start application. Post request is also accepted.

Authorizations

Parameters

Path Parameters

uuid
required
string format: uuid

UUID of the application.

Query Parameters

force
boolean

Force rebuild.

instant_deploy
boolean

Instant deploy (skip queuing).

Responses

200

Start application.

object
message

Message.

string
Deployment request queued.
deployment_uuid

UUID of the deployment.

string
doogksw

400

Invalid token.

object
message
string
Invalid token.

401

Unauthenticated.

object
message
string
Unauthenticated.

404

Resource not found.

object
message
string
Resource not found.