User Tools

Site Tools


remove_input_service_from_database

Remove input service from database

Jun 2017



This should be done from the Web UI, only use this option if the Web UI fails to remove a service.

To display configured Input services, use db.input.find()

To remove a configured service, use the following example. (you need to have logged in to the database first).

  db.input.remove({ "public_id" : "pkgtest"})


This example is removing a failed service called pkgtest.

If successful you will get a confirmation similar to:

  WriteResult({ "nRemoved" : 1 })



remove_input_service_from_database.txt · Last modified: 2023/03/09 22:35 by 127.0.0.1