Install All NX-OS Bootflash Abort
DME
Copy
POST http://<mgmt0_IP>/api/mo/sys/action.json
{ "actionLCont": { "children": [ { "actionLSubj": { "attributes": { "dn": "sys/action/lsubj-[sys]" }, "children" : [ { "topSystemInstallLTask": { "attributes": { "dn": "sys/action/lsubj-[sys]/topSystemInstallLTask", "adminSt": "start", "imgPath": "bootflash:nxos.9.3.3.IDI9.0.635.bin.upg", "operation": "abort", "installType": "non-disruptive", "packagePath": "" } } } ] } } ] } }