Skip to main content

prefect.server.api.block_schemas

Routes for interacting with block schema objects.

Functions

create_block_schema

Create a block schema. For more information, see https://docs.prefect.io/v3/concepts/blocks.

delete_block_schema

Delete a block schema by id.

read_block_schemas

Read all block schemas, optionally filtered by type

read_block_schema_by_id

Get a block schema by id.

read_block_schema_by_checksum