coolify_update_database_storage
Update the persistent volume or file mount settings for a Coolify database by providing the database UUID, storage UUID, and storage type.
Instructions
[WRITE] Update a persistent or file storage for a Coolify database (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 database | |
| 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 |