Skip to main content

prefect.server.api.variables

Routes for interacting with variable objects

Functions

get_variable_or_404

Returns a variable or raises 404 HTTPException if it does not exist

get_variable_by_name_or_404

Returns a variable or raises 404 HTTPException if it does not exist

create_variable

Create a variable. For more information, see https://docs.prefect.io/v3/concepts/variables.

read_variable

read_variable_by_name

read_variables

count_variables

update_variable

update_variable_by_name

delete_variable

delete_variable_by_name