Remove an entry from remote storage.

This function removes a mount from the system’s remote storage.

Important:

This function requires a high-availability license.

SecurityBasicAuth
Request
query Parameters
local_path
required
string <path>

The local path of the remote storage to remove.

Example: local_path=/the/local/path
Responses
200

HTTP Request was successful.

Response Schema: application/json
object
get/PRIVATE_remove_remote_storage
Request samples
whmapi1 --output=jsonpretty \
  PRIVATE_remove_remote_storage \
  local_path='/the/local/path'
Response samples
application/json
{
  • "metadata": {
    • "command": "PRIVATE_remove_remote_storage",
    • "reason": "OK",
    • "result": 1,
    • "version": 1
    }
}