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.

ls

List work pools.

inspect

Inspect a work pool.

slots

Show concurrency slot utilization for a work pool.

pause

Pause a work pool.

resume

Resume a work pool.

update

Update a work pool.

provision_infrastructure_cmd

Provision infrastructure for a work pool.

delete

Delete a work pool.

set_concurrency_limit

Set the concurrency limit for a work pool.

clear_concurrency_limit

Clear the concurrency limit for a work pool.

get_default_base_job_template

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

preview

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

storage_inspect

EXPERIMENTAL: Inspect the storage configuration for a work pool.

storage_configure_s3

EXPERIMENTAL: Configure AWS S3 storage for a work pool.

storage_configure_gcs

EXPERIMENTAL: Configure Google Cloud storage for a work pool.

storage_configure_azure_blob_storage

EXPERIMENTAL: Configure Azure Blob Storage for a work pool.