coolify_create_database_storage
Add persistent or file storage mounts to Coolify databases by specifying the storage type, mount path, and optional volume name or file content.
Instructions
[WRITE] Add a persistent or file storage mount to a Coolify database
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Volume name (required for persistent storages) | |
| type | Yes | Storage type: persistent volume or file mount | |
| uuid | Yes | UUID of the database | |
| content | No | File content (file storages only) | |
| fs_path | No | Host directory path (required when is_directory is true) | |
| host_path | No | Host path (persistent only, optional) | |
| mount_path | Yes | Container mount path (e.g. /data) | |
| is_directory | No | Whether this is a directory mount (file only) |