Skip to main content

Push_auto_remove

Push_Auto_Remove

This call will stop automatic pushing of matching stream/target combinations. It does not cancel currently active pushes, however. The "push_stop" call can be used for that.

It has four forms, and is called as follows:

//Either...
{
"push_auto_remove":{EXACT ENTRY AS USED IN PUSH_AUTO_ADD}
}
//Or...
{
"push_auto_remove":[{EXACT ENTRY AS IN PUSH_AUTO_ADD}, {}, {}, ...] //Multiple entries may be removed simultaneously
}
//Or...
{
"push_auto_remove":"STREAMNAME" //Removes all entries for the given stream name.
}
//Or...
{
"push_auto_remove":["STREAMNAME", "STREAMNAME", "STREAMNAME", ...] //All entries for multiple stream names may be removed at once.
}

There is no response to this call.