AyushB
03/18/2025, 10:58 AMMarvin
03/18/2025, 10:58 AM~/.prefect
.
3. CLI Commands: Use the prefect config
command to set or reset specific configuration settings. For example, you can reset a setting by running:
bash
prefect config set <SETTING_NAME>=<DEFAULT_VALUE>
For more detailed information, you can refer to the Prefect documentation on settings and profiles.
If you need to reset the Prefect database, which stores state and history, you can run:
bash
prefect database reset
This command clears all data and reapplies the schema.
For further details, you might want to explore the self-hosting documentation for managing your Prefect setup.