Update Storage
coolify_update_storageModify the mount path or host path of a storage entry for a Coolify resource (application, database, or service).
Instructions
Update a storage entry (e.g. change mount path or host path).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | New 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 | New host bind-mount path | |
| mount_path | No | New container mount path | |
| storage_uuid | Yes | Storage UUID |