# Cookie Banner n8n operations

Manage cookie banners. Select **Cookie Banner** in the Probo node's **Resource** field.

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

| Operation         | Value              | Description                                                     | Source                                                                                                                                              |
| ----------------- | ------------------ | --------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------- |
| Activate          | `activate`         | Activate a cookie banner.                                       | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/cookieBanner/activate.operation.ts)         |
| Create            | `create`           | Create a new cookie banner.                                     | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/cookieBanner/create.operation.ts)           |
| Deactivate        | `deactivate`       | Deactivate a cookie banner.                                     | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/cookieBanner/deactivate.operation.ts)       |
| Delete            | `delete`           | Delete a cookie banner.                                         | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/cookieBanner/delete.operation.ts)           |
| Get               | `get`              | Get a cookie banner.                                            | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/cookieBanner/get.operation.ts)              |
| Get Many          | `getAll`           | Get many cookie banners.                                        | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/cookieBanner/getAll.operation.ts)           |
| Publish           | `publish`          | Publish a new cookie banner version.                            | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/cookieBanner/publish.operation.ts)          |
| Regenerate Policy | `regeneratePolicy` | Re-arm tracker policy generation for a published cookie banner. | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/cookieBanner/regeneratePolicy.operation.ts) |
| Translate         | `translate`        | Upsert a cookie banner translation.                             | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/cookieBanner/translate.operation.ts)        |
| Update            | `update`           | Update an existing cookie banner.                               | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/cookieBanner/update.operation.ts)           |
