Files
Dokploy-ts-sdk/docs/models/operations/composedeploytemplaterequest.md
2025-09-26 02:33:10 +00:00

20 lines
666 B
Markdown

# ComposeDeployTemplateRequest
## Example Usage
```typescript
import { ComposeDeployTemplateRequest } from "dokploy/models/operations";
let value: ComposeDeployTemplateRequest = {
projectId: "<id>",
id: "<id>",
};
```
## Fields
| Field | Type | Required | Description |
| ------------------ | ------------------ | ------------------ | ------------------ |
| `projectId` | *string* | :heavy_check_mark: | N/A |
| `id` | *string* | :heavy_check_mark: | N/A |
| `serverId` | *string* | :heavy_minus_sign: | N/A |