User Tools

Site Tools


remove_input_service_from_database

This is an old revision of the document!


Remove input service from database

Jun 2017


To display configured Input services, use the following command (after mondo halodb)

  db.input.find()


The output will look similar to:
<file>

db.input.remove({ “public_id” : “pkgtest”})

WriteResult({ “nRemoved” : 1 })

db.input.find()
remove_input_service_from_database.1497521473.txt.gz · Last modified: 2023/03/09 22:35 (external edit)