volume link remove
Removes the specified symbolic link. Permissions required:
fc
or m
on the volume.
Syntax
- CLI
-
maprcli volume link remove -path <path> [ -cluster <clustername> ]
- REST
Request Type POST Request URL http[s]://<host>:<port>/rest/volume/link/remove?<parameters>
Parameters
Parameter |
Description |
---|---|
path
|
The symbolic link to remove. The path parameter specifies the link path
and other information about the symbolic link, using the following syntax:
/link/[maprfs::][volume::]<volume type>::<volume
name>
|
cluster |
The cluster name. |
Examples
Remove the link /abc:
- CLI
-
maprcli volume link remove -path /abc/maprfs::mirror::abc
- REST
-
https://abc.sj.us:8443/rest/volume/link/remove?path=/abc/maprfs::mirror::abc