# prb audit command reference

Manage audits. This page documents **6 commands** under `prb audit`.

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 audit`        | Manage audits.                  | `prb audit <command>`   | [View implementation](https://github.com/getprobo/probo/blob/main/pkg/cmd/audit/audit.go)         |
| `prb audit create` | Create a new audit.             | `prb audit create`      | [View implementation](https://github.com/getprobo/probo/blob/main/pkg/cmd/audit/create/create.go) |
| `prb audit delete` | Delete an audit.                | `prb audit delete <id>` | [View implementation](https://github.com/getprobo/probo/blob/main/pkg/cmd/audit/delete/delete.go) |
| `prb audit list`   | List audits in an organization. | `prb audit list`        | [View implementation](https://github.com/getprobo/probo/blob/main/pkg/cmd/audit/list/list.go)     |
| `prb audit update` | Update an audit.                | `prb audit update <id>` | [View implementation](https://github.com/getprobo/probo/blob/main/pkg/cmd/audit/update/update.go) |
| `prb audit view`   | View an audit.                  | `prb audit view <id>`   | [View implementation](https://github.com/getprobo/probo/blob/main/pkg/cmd/audit/view/view.go)     |
