# Risk n8n operations

Manage risks. Select **Risk** in the the platform node's **Resource** field.

Return to the [complete n8n resource reference](/docs/developers/api/n8n/resources) to browse another resource.

| Operation         | Value              | Description                                      | Source                                                                                                                                      |
| ----------------- | ------------------ | ------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------- |
| Create            | `create`           | Create a new risk.                               | [View implementation](/docs)           |
| Delete            | `delete`           | Delete a risk.                                   | [View implementation](/docs)           |
| Get               | `get`              | Get a risk.                                      | [View implementation](/docs)              |
| Get Many          | `getAll`           | Get many risks.                                  | [View implementation](/docs)           |
| Link Document     | `linkDocument`     | Link a document to a risk.                       | [View implementation](/docs)     |
| Link Measure      | `linkMeasure`      | Link a measure to a risk.                        | [View implementation](/docs)      |
| Link Obligation   | `linkObligation`   | Link an obligation to a risk.                    | [View implementation](/docs)   |
| Publish List      | `publish`          | Publish the risk register as a document version. | [View implementation](/docs)          |
| Unlink Document   | `unlinkDocument`   | Unlink a document from a risk.                   | [View implementation](/docs)   |
| Unlink Measure    | `unlinkMeasure`    | Unlink a measure from a risk.                    | [View implementation](/docs)    |
| Unlink Obligation | `unlinkObligation` | Unlink an obligation from a risk.                | [View implementation](/docs) |
| Update            | `update`           | Update an existing risk.                         | [View implementation](/docs)           |
