nfs4mgmt remove-export

Removes an export.

Syntax

CLI
/opt/mapr/bin/maprcli mfs4mgmt remove-export
       [ -nfshost ip/hostname. default: 127.0.0.1 ]
       [ -nfsport port. default: 9995 ]
       -exportid export id. default: 0 
REST
N/A

Parameters

Parameter Description
exportid The export ID to remove as specified in the configuration file. The default value is 0.
nfshost The NFS server host. Value can be the IP address or the hostname of the NFS server host. The default value is 127.0.0.1.
nfsport The NFS server port. The default value is 9995.

Examples