-
I once Assign a Device to the Virtualization Clusters, and I cannot find a way to UnAssign it (undo Assign Device to Clusters) |
Beta Was this translation helpful? Give feedback.
Answered by
candlerb
Dec 22, 2023
Replies: 1 comment 3 replies
-
Netbox version? In v3.6.7, it's as follows:
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
/virtualization/clusters/1/
is not a device, it's a cluster.However, I'm sorry: I've checked, the pencil icon will indeed delete the device, as it takes you to
/dcim/devices/1/delete/
. But it first gives you a confirmation page saying are you sure you want to delete the device, so you can say no.Using the checkbox to the left, and "remove selected", works. It takes you to
/virtualization/clusters/1/devices/remove/
. Here's the confirmation:I've edited my answer above.