Summary
Prune Devices From an Item
Description
Prune(remove) specific devices from an item in the NSO commit queue.
Route
PUT /nso_manager/queueItem/prune/:adapterId/:queueItemId
Roles
            admin
          
          Parameters
            DetailsExampleSchema
          
          | Name | Type | Required | Description | 
|---|---|---|---|
| queueItemId | string | yes | Queue item's ID. Get the list of queue items using [API NSOManager.getCommitQueueDeep]{@link cogs.NSOManager#getCommitQueueDeep} or from Commit Queue Manager | 
| adapterId | string | yes | Adapter's name. | 
| devices | array | yes | Device names. | 
Return
            DetailsExampleSchema
          
          | Name | Type | Description | 
|---|---|---|
| status | string | Status of prune devices. |