coolify_create_service_storage
Attach persistent or file storage mounts to a Coolify service sub-resource by specifying the mount path and storage type.
Instructions
[WRITE] Add a persistent or file storage mount to a Coolify service sub-resource
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 service | |
| 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) | |
| resource_uuid | Yes | UUID of the service application or database sub-resource |