Stop an Output
POST/qlibs/:qlibid/q/:qhit/call/live/outputs/:outid/ctrl/stop
Stop an output. Sets enabled to false and increments reset_count.
Request
Responses
- 200
- 401
- 404
- 409
- default
The modified configuration of the selected output.
Authentication information is missing or invalid
Response Headers
WWW-Authenticate
A standard "WWW Authenticate" header of the form Basic realm="Eluvio Content Fabric API"
Error message returned if the requested entity does not exist.
Conflict - the requested operation would have no effect. For example, starting an output that is already enabled, or stopping an output that is already disabled.
A generic error message.