Storage update

Update a storage for a service

Usage

coolify service storage update <service_uuid>

Options

OptionTypeRequiredDefaultDescription
--contentstringNoFile content (file only)
--host-pathstringNoHost path (persistent only)
--idintegerNo0Storage ID (deprecated, use --uuid instead)
--is-preview-suffix-enabledbooleanNofalseEnable preview suffix for this storage
--mount-pathstringNoMount path inside the container
--namestringNoStorage name (persistent only)
--typestringYesStorage type: 'persistent' or 'file' (required)
--uuidstringNoStorage UUID (required, use 'storage list' to find)

Get current help

coolify service storage update --help

The installed CLI help reflects the exact options available in your CLI version.

On this page