dokploy_destination
Manage S3-compatible backup destinations by creating, testing, updating, listing, getting, or removing them with custom rclone flags.
Instructions
Manage S3-compatible backup destinations. list. get: destinationId. create: name+accessKey+bucket+region+endpoint+secretAccessKey, provider?, additionalFlags? (rclone flags). update: destinationId+fields. remove: destinationId. test: same fields as create (without persisting).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | ||
| destinationId | No | ||
| name | No | ||
| provider | No | Provider hint for rclone (e.g. AWS, Cloudflare, MinIO) | |
| accessKey | No | ||
| bucket | No | ||
| region | No | ||
| endpoint | No | S3 endpoint URL | |
| secretAccessKey | No | ||
| additionalFlags | No | Extra rclone flags, e.g. ['--s3-no-check-bucket'] | |
| serverId | No |