Skip to main content
GET
Error

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

projectId
string
required

Response

default - application/json
type
enum<string>
required

The type of the deployment target

Available options:
dedicated,
enterprise,
foundation,
kubernetes
name
string
required

The name of the deployment target

deploy_host
string | null
required

The host to deploy to

deploy_port
integer | null
required

The port to deploy to

ssh_host
string | null
required

The host to use to SSH to app containers

hosts
Hosts · object[] | null
required

The hosts of the deployment target

auto_mounts
boolean
required

Whether to take application mounts from the pushed data or the deployment target

excluded_mounts
string[]
required

Directories that should not be mounted

enforced_mounts
Enforced Mounts · object
required

Mounts which are always injected into pushed (e.g. enforce /var/log to be a local mount)

auto_crons
boolean
required

Whether to take application crons from the pushed data or the deployment target

auto_nginx
boolean
required

Whether to take application crons from the pushed data or the deployment target

maintenance_mode
boolean
required

Whether to perform deployments or not

guardrails_phase
integer
required

which phase of guardrails are we in

id
string

The identifier of DedicatedDeploymentTarget

Last modified on June 16, 2026