models
configuration
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
prefect.server.models.configurationwrite_configuration write_configuration(db: PrefectDBInterface, session: AsyncSession, configuration: schemas.core.Configuration) -> orm_models.Configuration
delete_configuration delete_configuration(db: PrefectDBInterface, session: AsyncSession, key: str) -> bool
read_configuration read_configuration(db: PrefectDBInterface, session: AsyncSession, key: str) -> Optional[schemas.core.Configuration]
Was this page helpful?