This call is available on Windows only.
Summary:
Unmounts and deletes the specified filesystem image file.
Request specification:
Name |
Min/Max |
Type |
Description |
|
|
|
|
|
|
|
|
|
|
Server ID. |
|
|
|
|
Denotes a choice between the |
|
|
|
|
|
|
|
This parameter is not currently used. |
|
|
|
|
|
|
|
|
Returns:
OK/Error
Description:
The delete_drive
call unmounts the EFD image from the specified Container that was previously mounted using the create_drive
or the new_mount
calls. The image file is then permanently deleted from the Hardware Node or the Container private area. CAUTION! You will not be able to re-mount the file and recover its contents after executing this call. To unmount the file system image without deleting the image file, use the umount
call.
Example:
<packet version="4.0.0">
<target>vzadevm</target>
<data>
<vzadevm>
<delete_drive>
<eid>715d6510-b7f1-4eda-98e2-3c6b6ee1f608</eid>
<point>K:</point>
</delete_drive>
</vzadevm>
</data>
</packet>