InfiniBand PKey Member Delete
Removes specific device interface GUIDs from an existing InfiniBand PKey partition on UFM and deletes the matching OverlayAssignment rows in Nautobot. Other PKey members are left alone.
Removing a GUID that is not currently in the PKey is a no-op on UFM. Interfaces with no existing OverlayAssignment are returned in interface_ids_not_assigned rather than failing the workflow.
User Interface
Form Inputs

Workflow Execution
Execution Stages
- Resolve site, overlay, and canonical PKey from Nautobot
- Resolve IB GUIDs for the submitted interfaces (or validate raw GUIDs)
- Remove GUIDs from the PKey partition on UFM
- Verify the GUIDs are no longer present in the PKey on UFM
- Delete the matching
OverlayAssignmentrecords in Nautobot