Join us at inaugural PyAI Conf in San Francisco on March 10th! Learn more
prefect.cli.cloud.webhook
webhook_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?