Skip to main content

prefect.cli.cloud.webhook

Manage Prefect Cloud Webhooks.

Functions

webhook_ls

Fetch and list all webhooks in your workspace.

webhook_get

Retrieve a webhook by ID.

webhook_create

Create a new Cloud webhook.

webhook_rotate

Rotate url for an existing Cloud webhook, in case it has been compromised.

webhook_toggle

Toggle the enabled status of an existing Cloud webhook.

webhook_update

Partially update an existing Cloud webhook.

webhook_delete

Delete an existing Cloud webhook.