coolify_update_application_storage
Update a persistent volume or file mount for a Coolify application by providing the storage UUID and type. Specify mount path, volume name, host path, or file content to modify the storage configuration.
Instructions
[WRITE] Update a persistent or file storage for a Coolify application (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 application | |
| 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 |