Skip to main content

prefect.cli.work_pool

Work pool command — native cyclopts implementation. Manage work pools.

Functions

create

Create a new work pool or update an existing one. Examples:

ls

List work pools. Examples:

inspect

Inspect a work pool. Examples:

slots

Show concurrency slot utilization for a work pool.

pause

Pause a work pool. Examples:

resume

Resume a work pool. Examples:

update

Update a work pool. Examples:

provision_infrastructure_cmd

Provision infrastructure for a work pool. Examples:

delete

Delete a work pool. Examples:

set_concurrency_limit

Set the concurrency limit for a work pool. Examples:

clear_concurrency_limit

Clear the concurrency limit for a work pool. Examples:

get_default_base_job_template

Get the default base job template for a given work pool type. Examples:

preview

Preview the work pool’s scheduled work for all queues. Examples:

storage_inspect

EXPERIMENTAL: Inspect the storage configuration for a work pool. Examples:

storage_configure_s3

EXPERIMENTAL: Configure AWS S3 storage for a work pool. Examples:

storage_configure_gcs

EXPERIMENTAL: Configure Google Cloud storage for a work pool. Examples:

storage_configure_azure_blob_storage

EXPERIMENTAL: Configure Azure Blob Storage for a work pool. Examples: