prefect block
Manage blocks.
prefect block type
Inspect and delete block types.
prefect block type ls
List all block types.
Options
Options
Specify an output format. Currently supports: json
prefect block type inspect
Display details about a block type.
prefect block type delete
Delete an unprotected Block Type.
Arguments
Arguments
string
required
A Block type slug
prefect block types
Inspect and delete block types.
prefect block types ls
List all block types.
Options
Options
Specify an output format. Currently supports: json
prefect block types inspect
Display details about a block type.
prefect block types delete
Delete an unprotected Block Type.
Arguments
Arguments
string
required
A Block type slug
prefect block register
Register blocks types within a module or file.This makes the blocks available for configuration via the UI.
If a block type has already been registered, its registration will be updated to
match the block’s current definition.
Example:
prefect block ls
View all configured blocks.
Options
Options
Specify an output format. Currently supports: json
prefect block delete
Delete a configured block.
prefect block create
Generate a link to the Prefect UI to create a block.
Arguments
Arguments
string
required
A block type slug. View available types with: prefect block type ls
prefect block inspect
Displays details about a configured block.