2.2 KiB
Return to top
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.
Type
HTTP (bearer)
Parameters
Path Parameters
uuid*
UUID of the application.
Type
string
Required
Query Parameters
force
Force rebuild.
Type
boolean
Default
false
instant_deploy
Instant deploy (skip queuing).
Type
boolean
Default
false
Responses
200400401404
Start application.
Content-Type
application/json
SchemaJSON
JSON
{
"message": "Deployment request queued.",
"deployment_uuid": "doogksw"
}
GET
/applications/{uuid}/start
Playground
Authorization
bearerAuth
Variables
Key
Value
uuid*
force
instant_deploy
Try it out
Samples
Powered by VitePress OpenAPI