coolify_create_storage
Create a storage mount for an application, service, or database resource by specifying source and destination paths. Path traversal is validated and policies enforced.
Instructions
Create a storage mount for a resource. Path traversal is validated. Subject to operation mode, allowlist, and production guard policies. Audit: coolify.storage.create
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Optional name for the storage mount | |
| source | Yes | Source path or volume name | |
| destination | Yes | Destination mount path inside container | |
| storage_type | No | Storage type (volume, bind, cifs, nfs) | |
| resource_type | Yes | Resource type: application, service, or database | |
| resource_uuid | Yes | Resource UUID |