Storage update
Update a storage for a database
Usage
coolify database storage update <db_uuid>Options
| Option | Type | Required | Default | Description |
|---|---|---|---|---|
--content | string | No | — | File content (file only) |
--host-path | string | No | — | Host path (persistent only) |
--id | integer | No | 0 | Storage ID (deprecated, use --uuid instead) |
--is-preview-suffix-enabled | boolean | No | false | Enable preview suffix for this storage |
--mount-path | string | No | — | Mount path inside the container |
--name | string | No | — | Storage name (persistent only) |
--type | string | Yes | — | Storage type: 'persistent' or 'file' (required) |
--uuid | string | No | — | Storage UUID (required, use 'storage list' to find) |
Get current help
coolify database storage update --helpThe installed CLI help reflects the exact options available in your CLI version.
