Ephemeral mode in Prefect allows a Prefect server to run temporarily as needed without explicitly starting a server process. This can be particularly useful for testing or development environments where you don't want to maintain a persistent server. The ephemeral profile is used immediately after installation and contains minimal configuration.
For more details, you can refer to the
Prefect settings and profiles documentation.