Create Storage
coolify_create_storageAdd a persistent volume or bind mount to an application, database, or service. Specify container mount path and optionally a host bind-mount path.
Instructions
Add a persistent volume or bind mount to an application, database, or service.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Storage name | |
| uuid | Yes | Resource UUID | |
| reveal | No | Reveal redacted secret values in the response (default false; the call is audited) | |
| instance | Yes | REQUIRED — which Coolify instance to mutate: 'prod' (Hetzner VPS) or 'dev' (local OrbStack VM). No default: state the target explicitly so a write never lands on prod by accident. | |
| resource | Yes | Resource type that owns the storage | |
| host_path | No | Host bind-mount path (omit for named volume) | |
| mount_path | Yes | Container mount path (e.g. /data) |