coolify_update_service_storage
Update a persistent volume or file storage for a Coolify service by providing the service and storage UUIDs, storage type, and mount path.
Instructions
[WRITE] Update a persistent or file storage for a Coolify service (PATCH body includes storage uuid + type)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Volume name (persistent only) | |
| type | Yes | Storage type: persistent volume or file mount | |
| uuid | Yes | UUID of the service | |
| content | No | File content (file only) | |
| host_path | No | Host path (persistent only) | |
| mount_path | No | Container mount path | |
| storage_uuid | Yes | UUID of the storage to update | |
| is_preview_suffix_enabled | No | Add -pr-N suffix for preview deployments |