stream upstream remove

Unregisters a stream as an upstream source for a given stream.

Permission required to run this command: Your user ID must have the adminperm permission on the given stream.
NOTE: The mapr user is not treated as a superuser. MapR Streams does not allow the mapr user to run this command unless that user is given the relevant permission or permissions with access-control expressions.

Syntax

CLI
stream upstream remove
	 -path <stream path> 
	 -upstream <upstream stream path> 
REST http[s]://<host>:<port>/rest/stream/upstream/remove?path=<path>&upstream=<name>

Parameters

Parameter Description
path The path and name of the stream that you want to remove a source stream from.
upstream The path and name of the stream that you want to remove as a source for the stream that you specified with the -path parameter.