124 lines
2.2 KiB
Markdown
124 lines
2.2 KiB
Markdown
[Skip to content](https://coolify.io/docs/api-reference/api/operations/start-application-by-uuid#VPContent)
|
||
|
||
Return to top
|
||
|
||
Start[](https://coolify.io/docs/api-reference/api/operations/start-application-by-uuid#start)
|
||
|
||
===============================================================================================
|
||
|
||
GET
|
||
|
||
/applications/{uuid}/start
|
||
|
||
Start application. `Post` request is also accepted.
|
||
|
||
Authorizations[](https://coolify.io/docs/api-reference/api/operations/start-application-by-uuid#authorizations)
|
||
|
||
-----------------------------------------------------------------------------------------------------------------
|
||
|
||
bearerAuth
|
||
|
||
Go to `Keys & Tokens` / `API tokens` and create a new token. Use the token as the bearer token.
|
||
|
||
Type
|
||
|
||
HTTP (bearer)
|
||
|
||
Parameters[](https://coolify.io/docs/api-reference/api/operations/start-application-by-uuid#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[](https://coolify.io/docs/api-reference/api/operations/start-application-by-uuid#responses)
|
||
|
||
-------------------------------------------------------------------------------------------------------
|
||
|
||
200400401404
|
||
|
||
Start application.
|
||
|
||
Content-Type
|
||
|
||
application/json
|
||
|
||
SchemaJSON
|
||
|
||
JSON
|
||
|
||
{
|
||
|
||
"message": "Deployment request queued.",
|
||
|
||
"deployment\_uuid": "doogksw"
|
||
|
||
}
|
||
|
||
GET
|
||
|
||
/applications/{uuid}/start
|
||
|
||
Playground[](https://coolify.io/docs/api-reference/api/operations/start-application-by-uuid#playground)
|
||
|
||
---------------------------------------------------------------------------------------------------------
|
||
|
||
Authorization
|
||
|
||
bearerAuth
|
||
|
||
Variables
|
||
|
||
Key
|
||
|
||
Value
|
||
|
||
uuid\*
|
||
|
||
force
|
||
|
||
instant\_deploy
|
||
|
||
Try it out
|
||
|
||
Samples[](https://coolify.io/docs/api-reference/api/operations/start-application-by-uuid#samples)
|
||
|
||
---------------------------------------------------------------------------------------------------
|
||
|
||
Powered by [VitePress OpenAPI](https://github.com/enzonotario/vitepress-openapi)
|