Skip to content

Start

GET
/applications/{uuid}/start

Start application. Post request is also accepted.

Authorizations

bearerAuth

Go to Keys & Tokens / API tokens and create a new token. Use the token as the bearer token.

TypeHTTP (bearer)

Parameters

Path Parameters

uuid*

UUID of the application.

Typestring
Required
formatuuid

Query Parameters

force

Force rebuild.

Typeboolean
defaultfalse
instant_deploy

Instant deploy (skip queuing).

Typeboolean
defaultfalse

Responses

Start application.
application/json
JSON
{
"message": "Deployment request queued.",
"deployment_uuid": "doogksw"
}

Samples

Powered by VitePress OpenAPI