Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

"There are devices in Open-AudIT and I need to remove some to free-up licenses.

...

"How do I delete devices?"

Updated for 5.0.0 and newer releases

Deleting a single device is as easy as clicking the delete icon on the Devices List or Devices Read pages.

Deleting multiple devices is easy to do using the Bulk Edit functionality.

  1. Go to the devices view.  Manage → Devices → List Devices.
  2. Use the search and or filter to find the devices you want to disable. 
  3. Check the checkboxes on the right of the devices to select them - the check box at the top will select all visible ones.
  4. Click the "Bulk Edit" icon on the top of the checkbox column.
  5. Change the Status field to Deleted and click the green 'Submit' button to save.
  6. Go to menu -> Admin -> Database -> List Tables.

  7. Click the 'devices' table details icon.

  8. You'll see various options for deleting rows (devices) from the database on that page. Click the RED Delete button in the Device Status: Deleted row. 

  9. Done (smile)

And don't forget if you're using the JSON API, you can send a DELETE request to /open-audit/index.php/devices/ID where ID is the id of the device to delete. This can be wrapped in a loop to delete an array of devices, quite easily.


Pre 5.0.0

There are three There are two scenarios.

  1. You can stop certain devices from being managed in Open-Audit Enterprise which will reduce the device count.
  2. Mark devices as Deleted and then completely remove the "deleted" devices from the database.
  3. Configure Open-AudIT to allow deleting when Status is set to Deleted.

...