stream upstream remove

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

Permissions Required on the Target Cluster

To run this command, your user ID must have the following permissions:
NOTE The mapr user is not treated as a superuser. HPE Ezmeral Data Fabric 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
maprcli 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.