volume unmount

Unmounts one or more mounted volumes. Permissions required: fc or m on the volume.

Syntax

CLI
maprcli volume unmount
    [ -cluster <cluster> ]
    [ -force 0|1 ] 
    -name <volume name>
REST
http[s]://<host>:<port>/rest/volume/unmount?<parameters>

Parameters

Parameter

Description

cluster

The cluster on which to run the command.

force

Specifies whether to force the volume to unmount.

name

The name of the volume to unmount.

Examples

Unmount the volume "test-volume":

CLI
maprcli volume unmount -name test-volume
REST
https://r1n1.sj.us:8443/rest/volume/unmount?name=test-volume