Dokploy
Generated

Preview Deployment

GET
/previewDeployment.all

Preview Deployment all

/previewDeployment.all

The Authorization access token

Authorization

Authorization<token>

API key authentication using Authorization header

In: header

Query Parameters

applicationId
Required
string

Minimum length: 1
curl -X GET "https://your-dokploy-instance.com/api/previewDeployment.all?applicationId=string" \
  -H "Authorization: <token>"

Successful response

{}

POST
/previewDeployment.delete

Preview Deployment delete

/previewDeployment.delete

The Authorization access token

Authorization

Authorization<token>

API key authentication using Authorization header

In: header

Request Body

application/jsonRequired

previewDeploymentId
Required
string

curl -X POST "https://your-dokploy-instance.com/api/previewDeployment.delete" \
  -H "Authorization: <token>" \
  -H "Content-Type: application/json" \
  -d '{
    "previewDeploymentId": "string"
  }'

Successful response

{}

GET
/previewDeployment.one

Preview Deployment one

/previewDeployment.one

The Authorization access token

Authorization

Authorization<token>

API key authentication using Authorization header

In: header

Query Parameters

previewDeploymentId
Required
string

curl -X GET "https://your-dokploy-instance.com/api/previewDeployment.one?previewDeploymentId=string" \
  -H "Authorization: <token>"

Successful response

{}