Start
GET /applications/{uuid}/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_uuid
UUID of the deployment.
string
400
Invalid token.
object
message
string
401
Unauthenticated.
object
message
string
404
Resource not found.
object
message
string