dokploy_deployment
List deployments or kill a deployment process by ID. Manage deployment lifecycle in Dokploy.
Instructions
Manage deployments. list: applicationId|composeId|serverId|type+id. killProcess: deploymentId. Note: Dokploy does not expose per-deployment log retrieval via API — use dokploy_application (readMonitoring) or the service-scoped *.readLogs endpoints for service logs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | ||
| deploymentId | No | ||
| applicationId | No | ||
| composeId | No | ||
| serverId | No | ||
| type | No | Resource type. The Dokploy API accepts only: application | compose | server | schedule | previewDeployment | backup | volumeBackup. Database deployments are listed via the resource itself, not here. | |
| id | No | Resource ID (used with type) |