138 lines
2.4 KiB
Markdown
138 lines
2.4 KiB
Markdown
[Skip to content](https://coolify.io/docs/api-reference/api/operations/get-deployment-by-uuid#VPContent)
|
||
|
||
Return to top
|
||
|
||
Get[](https://coolify.io/docs/api-reference/api/operations/get-deployment-by-uuid#get)
|
||
|
||
========================================================================================
|
||
|
||
GET
|
||
|
||
/deployments/{uuid}
|
||
|
||
Get deployment by UUID.
|
||
|
||
Authorizations[](https://coolify.io/docs/api-reference/api/operations/get-deployment-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/get-deployment-by-uuid#parameters)
|
||
|
||
------------------------------------------------------------------------------------------------------
|
||
|
||
### Path Parameters
|
||
|
||
uuid\*
|
||
|
||
Deployment UUID
|
||
|
||
Type
|
||
|
||
string
|
||
|
||
Required
|
||
|
||
Responses[](https://coolify.io/docs/api-reference/api/operations/get-deployment-by-uuid#responses)
|
||
|
||
----------------------------------------------------------------------------------------------------
|
||
|
||
200400401404
|
||
|
||
Get deployment by UUID.
|
||
|
||
Content-Type
|
||
|
||
application/json
|
||
|
||
SchemaJSON
|
||
|
||
JSON
|
||
|
||
{
|
||
|
||
"id": 0,
|
||
|
||
"application\_id": "string",
|
||
|
||
"deployment\_uuid": "string",
|
||
|
||
"pull\_request\_id": 0,
|
||
|
||
"docker\_registry\_image\_tag": "string",
|
||
|
||
"force\_rebuild": true,
|
||
|
||
"commit": "string",
|
||
|
||
"status": "string",
|
||
|
||
"is\_webhook": true,
|
||
|
||
"is\_api": true,
|
||
|
||
"created\_at": "string",
|
||
|
||
"updated\_at": "string",
|
||
|
||
"logs": "string",
|
||
|
||
"current\_process\_id": "string",
|
||
|
||
"restart\_only": true,
|
||
|
||
"git\_type": "string",
|
||
|
||
"server\_id": 0,
|
||
|
||
"application\_name": "string",
|
||
|
||
"server\_name": "string",
|
||
|
||
"deployment\_url": "string",
|
||
|
||
"destination\_id": "string",
|
||
|
||
"only\_this\_server": true,
|
||
|
||
"rollback": true,
|
||
|
||
"commit\_message": "string"
|
||
|
||
}
|
||
|
||
GET
|
||
|
||
/deployments/{uuid}
|
||
|
||
Playground[](https://coolify.io/docs/api-reference/api/operations/get-deployment-by-uuid#playground)
|
||
|
||
------------------------------------------------------------------------------------------------------
|
||
|
||
Authorization
|
||
|
||
bearerAuth
|
||
|
||
Variables
|
||
|
||
Key
|
||
|
||
Value
|
||
|
||
uuid\*
|
||
|
||
Try it out
|
||
|
||
Samples[](https://coolify.io/docs/api-reference/api/operations/get-deployment-by-uuid#samples)
|
||
|
||
------------------------------------------------------------------------------------------------
|
||
|
||
Powered by [VitePress OpenAPI](https://github.com/enzonotario/vitepress-openapi)
|