prefect.cli.cloud.webhook
ls
ls()
get
get(webhook_id: UUID)
create
create(webhook_name: str, description: str = typer.Option('', '--description', '-d', help='Description of the webhook'), template: str = typer.Option(None, '--template', '-t', help='Jinja2 template expression'))
rotate
rotate(webhook_id: UUID)
toggle
toggle(webhook_id: UUID)
update
update(webhook_id: UUID, webhook_name: str = typer.Option(None, '--name', '-n', help='Webhook name'), description: str = typer.Option(None, '--description', '-d', help='Description of the webhook'), template: str = typer.Option(None, '--template', '-t', help='Jinja2 template expression'))
delete
delete(webhook_id: UUID)
Was this page helpful?