# 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](/docs)         |
| `prb audit create` | Create a new audit.             | `prb audit create`      | [View implementation](/docs) |
| `prb audit delete` | Delete an audit.                | `prb audit delete <id>` | [View implementation](/docs) |
| `prb audit list`   | List audits in an organization. | `prb audit list`        | [View implementation](/docs)     |
| `prb audit update` | Update an audit.                | `prb audit update <id>` | [View implementation](/docs) |
| `prb audit view`   | View an audit.                  | `prb audit view <id>`   | [View implementation](/docs)     |
