Skip to content

Get

GET
/deployments/{uuid}

Get deployment by UUID.

Authorizations

Parameters

Path Parameters

uuid
required
string

Deployment UUID

Responses

200

Get deployment by UUID.

Project model

object
id
integer
application_id
string
deployment_uuid
string
pull_request_id
integer
force_rebuild
boolean
commit
string
status
string
is_webhook
boolean
is_api
boolean
created_at
string
updated_at
string
logs
string
current_process_id
string
restart_only
boolean
git_type
string
server_id
integer
application_name
string
server_name
string
deployment_url
string
destination_id
string
only_this_server
boolean
rollback
boolean
commit_message
string

400

Invalid token.

object
message
string
Invalid token.

401

Unauthenticated.

object
message
string
Unauthenticated.

404

Resource not found.

object
message
string
Resource not found.