> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.itential.com/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.itential.com/_mcp/server.

# NSO features removed

> Breaking change notice that the NED Validator and Commit Queue Manager have been removed from Itential Platform in the 2023.2 release.

## Breaking change notices

The following NSO features have been removed from Itential Platform in the 2023.2 release.

## NED Validator removed

The **NED Validator** has been removed and replaced with a pre-built automation named `@itentialopensource/ned-validator`.

### What should I do?

See the Itential Open Source documentation on how to install and use the [NED Validator pre-built](https://gitlab.com/itentialopensource/pre-built-automations/ned-validator).

## Commit Queue Manager removed

**Commit Queue Manager** has been removed with no replacement. The following API endpoints are no longer available in `app-nso_manager`:

| API removed            | Description                                                     |
| ---------------------- | --------------------------------------------------------------- |
| `getCommitQueueDeep`   | Get all items in the Commit Queue.                              |
| `deleteQueueItem`      | Delete an item from the Commit Queue.                           |
| `lockQueueItem`        | Lock an item in the Commit Queue.                               |
| `unlockQueueItem`      | Unlock an item in the Commit Queue.                             |
| `pruneDevicesAllItems` | Prune specific devices from all items in the Commit Queue.      |
| `pruneDevicesFromItem` | Prune specific devices from specific items in the Commit Queue. |
| `getQueuedDevices`     | Get all queued devices in the Commit Queue.                     |
| `getQueueItemDetails`  | Get details for an item in the Commit Queue.                    |

### What should I do?

Use the NSO native UI for managing commit queues. Cisco NSO includes a built-in commit queues tool for managing a large number of device changes with higher transactional throughput.

## Related reading

* [Cisco NSO](https://developer.cisco.com/docs/search/?products=NSO)
* [Using NSO commit queues](https://community.cisco.com/t5/crosswork-automation-hub-knowledge-articles/automationdevdays22-technical-overview-using-commit-queues/ta-p/4614554)