Skip to main content

prefect.server.api.clients

Classes

BaseClient

OrchestrationClient

Methods:

create_flow_run

delete_flow_run

pause_deployment

pause_work_pool

pause_work_queue

read_block_document_raw

read_concurrency_limit_v2_raw

read_deployment

read_deployment_raw

read_flow_raw

read_flow_run_raw

read_task_run_raw

read_work_pool

read_work_pool_raw

read_work_queue_raw

read_work_queue_status_raw

read_workspace_variables

request

resume_deployment

resume_flow_run

resume_work_pool

resume_work_queue

set_flow_run_state

WorkPoolsOrchestrationClient

Methods:

read_work_pool

Reads information for a given work pool Args: work_pool_name: The name of the work pool to for which to get information. Returns: Information about the requested work pool.

request