Previous page

Next page

Locate page in Contents

Print this page

remove

Summary:

Removes filesystem entries.

Request specification:

Name

Min/Max

Type

Description

remove

1..1

navigateType

 

{

 

 

 

recursively

0..1

none

Include this element in the request if you are removing a directory.

force

0..1

none

Ignore errors if a file or a directory does not exist.

}

 

 

 

Returns:

OK/Error

Example:

Removing the specified directory from the specified server. When performing the operation on a Virtuozzo Container, specify it's Server ID using the remote message targeting mechanism (the dst element in the message header).

Input

<packet>

<dst>

<host>24b9acf5-8ca5-49c9-b7b1-4c93fe048389</host>

</dst>

<target>filer</target>

<data>

<filer>

<remove>

<cwd>Lw==</cwd>

<path>dGVzdGRpcg==</path>

<recursively/>

</remove>

</filer>

</data>

</packet>

Please send us your feedback on this help page