coolify_create_application_storage
Add persistent or file storage mounts to a Coolify application by specifying the app UUID, storage type, mount path, and optional volume or file settings.
Instructions
[WRITE] Add a persistent or file storage mount to a Coolify application
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 application | |
| 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) |