User Tools

Site Tools


remove_input_service_from_database

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
remove_input_service_from_database [2017/06/15 11:12] walkeradminremove_input_service_from_database [2023/03/09 22:35] (current) – external edit 127.0.0.1
Line 5: Line 5:
  
 ---- ----
 +\\ 
 <color #ed1c24>This should be done from the Web UI, only use this option if the Web UI fails to remove a service.</color> <color #ed1c24>This should be done from the Web UI, only use this option if the Web UI fails to remove a service.</color>
- 
-To display configured Input services, use the following command (after mondo halodb) 
 \\  \\ 
 \\  \\ 
-    db.input.find()+To display configured Input services, use <color #ed1c24>db.input.find()</color> 
 +\\  
 +\\  
 +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 <color #ed1c24>pkgtest</color>
 +\\  
 +\\  
 +If successful you will get a confirmation similar to: 
 +\\  
 +    WriteResult({ "nRemoved" : 1 })
 \\  \\ 
-The output will look similar to: 
 \\  \\ 
-<file> 
- 
- 
- 
- 
-> db.input.remove({ "public_id" : "pkgtest"}) 
-WriteResult({ "nRemoved" : 1 }) 
-> db.input.find() 
  
remove_input_service_from_database.1497521560.txt.gz · Last modified: 2023/03/09 22:35 (external edit)