Files
Proxmox-Coolify-Manager/coolify_skill/references/ops/get-deployment-by-uuid.md
T

2.4 KiB
Raw Blame History

Skip to content

Return to top

Get

========================================================================================

GET

/deployments/{uuid}

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


Path Parameters

uuid*

Deployment UUID

Type

string

Required

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


Authorization

bearerAuth

Variables

Key

Value

uuid*

Try it out

Samples


Powered by VitePress OpenAPI