cloud
webhook
Manage Prefect Cloud Webhooks.
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
prefect.cli.cloud.webhookwebhook_ls webhook_ls()
webhook_get webhook_get(webhook_id: Annotated[UUID, cyclopts.Parameter(help='The webhook ID to retrieve.')])
webhook_create webhook_create(webhook_name: Annotated[str, cyclopts.Parameter(help='The name of the webhook.')])
webhook_rotate webhook_rotate(webhook_id: Annotated[UUID, cyclopts.Parameter(help='The webhook ID to rotate.')])
webhook_toggle webhook_toggle(webhook_id: Annotated[UUID, cyclopts.Parameter(help='The webhook ID to toggle.')])
webhook_update webhook_update(webhook_id: Annotated[UUID, cyclopts.Parameter(help='The webhook ID to update.')])
webhook_delete webhook_delete(webhook_id: Annotated[UUID, cyclopts.Parameter(help='The webhook ID to delete.')])
Was this page helpful?