# Device n8n operations

Manage ITAM devices. Select **Device** 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                                                                                                                                |
| --------- | ---------- | -------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------- |
| Create    | `create`   | Create a PENDING ITAM device and enrollment token. | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/device/create.operation.ts)   |
| Delete    | `delete`   | Delete a revoked ITAM device.                      | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/device/delete.operation.ts)   |
| Get       | `get`      | Get an ITAM device.                                | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/device/get.operation.ts)      |
| Get Many  | `getAll`   | Get many ITAM devices.                             | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/device/getAll.operation.ts)   |
| Revoke    | `revoke`   | Revoke an ITAM device enrollment.                  | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/device/revoke.operation.ts)   |
| Set Owner | `setOwner` | Set or clear the owner of an ITAM device.          | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/device/setOwner.operation.ts) |
