Env update

Update an existing environment variable. Identify it by UUID or key name.

Usage

coolify app env update <app_uuid> <env_uuid_or_key>

Options

OptionTypeRequiredDefaultDescription
--build-timebooleanNotrueAvailable at build time (default: true)
--commentstringNoComment for the environment variable
--is-literalbooleanNofalseTreat value as literal
--is-multilinebooleanNofalseValue is multiline
--keystringNoNew environment variable key (rename)
--previewbooleanNofalseAvailable in preview deployments
--runtimebooleanNotrueAvailable at runtime (default: true)
--valuestringYesNew environment variable value (required)

Get current help

coolify app env update --help

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

On this page