Skip to main content

prefect config

View and set Prefect settings.

prefect config set

Change the value for a setting by setting the value in the current profile.

Arguments

SETTINGS
string
required
Settings in VAR=VAL format

prefect config validate

Read and validate the current profile.Deprecated settings will be automatically converted to new names.

prefect config unset

Restore the default value for a setting.Removes the setting from the current profile.

Arguments

SETTING_NAMES
string
required
Setting names to unset

Options

--yes
Skip confirmation

prefect config view

Display the current settings.

Options

--show-defaults
Show default values
--show-sources
Show value sources
--show-secrets
Show secret values
--output
Specify an output format. Currently supports: json