Update

Update a database's configuration by UUID.

Usage

coolify database update <uuid>

Options

OptionTypeRequiredDefaultDescription
--descriptionstringNoDatabase description
--imagestringNoDocker image
--is-publicbooleanNofalseMake database publicly accessible
--limits-cpusstringNoCPU limit
--limits-memorystringNoMemory limit
--namestringNoDatabase name
--public-portintegerNo0Public port

Get current help

coolify database update --help

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

On this page