# prb webhook command reference

Manage webhook subscriptions. This page documents **8 commands** under `prb webhook`.

Run any command with `--help` to inspect the flags, accepted values, and examples provided by your installed version. Return to the [complete CLI command reference](/docs/developers/cli/commands) to browse another command.

| Command                  | Description                             | Usage                                 | Source                                                                                                |
| ------------------------ | --------------------------------------- | ------------------------------------- | ----------------------------------------------------------------------------------------------------- |
| `prb webhook`            | Manage webhook subscriptions.           | `prb webhook <command>`               | [View implementation](https://github.com/getprobo/probo/blob/main/pkg/cmd/webhook/webhook.go)         |
| `prb webhook create`     | Create a webhook subscription.          | `prb webhook create`                  | [View implementation](https://github.com/getprobo/probo/blob/main/pkg/cmd/webhook/create/create.go)   |
| `prb webhook delete`     | Delete a webhook subscription.          | `prb webhook delete <id>`             | [View implementation](https://github.com/getprobo/probo/blob/main/pkg/cmd/webhook/delete/delete.go)   |
| `prb webhook event`      | Manage webhook events.                  | `prb webhook event <command>`         | [View implementation](https://github.com/getprobo/probo/blob/main/pkg/cmd/webhook/event/event.go)     |
| `prb webhook event list` | List events for a webhook subscription. | `prb webhook event list <webhook-id>` | [View implementation](https://github.com/getprobo/probo/blob/main/pkg/cmd/webhook/event/list/list.go) |
| `prb webhook list`       | List webhook subscriptions.             | `prb webhook list`                    | [View implementation](https://github.com/getprobo/probo/blob/main/pkg/cmd/webhook/list/list.go)       |
| `prb webhook update`     | Update a webhook subscription.          | `prb webhook update <id>`             | [View implementation](https://github.com/getprobo/probo/blob/main/pkg/cmd/webhook/update/update.go)   |
| `prb webhook view`       | View a webhook subscription.            | `prb webhook view <id>`               | [View implementation](https://github.com/getprobo/probo/blob/main/pkg/cmd/webhook/view/view.go)       |
