dokploy_patch_update
dokploy_patch_updateModify patch configurations in Dokploy infrastructure by updating parameters like type, file path, content, or status to manage deployment changes.
Instructions
[patch] patch.update (POST)
Parameters:
patchId (string, required)
type (enum: create, update, delete, optional)
filePath (string, optional)
enabled (boolean, optional)
content (string, optional)
createdAt (string, optional)
updatedAt (any, optional)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| patchId | Yes | ||
| type | No | ||
| filePath | No | ||
| enabled | No | ||
| content | No | ||
| createdAt | No | ||
| updatedAt | No |