HAProxy Enterprise Documentation 1.7r1
clear map
Delete all entries from a Map file.
Description
A Map file contains a list of key-value pairs. You can reference the file on an acl
line by using the -M
and -f /path/to/file
flags. Use clear map
to remove all entries from a Map file. Note that this only removes them from HAProxy Enterprise's runtime memory and not from the file on disk.
Examples
In this example, we delete all entries from the Map file /etc/hapee-1.7/maps/hosts.map:
$ echo "clear map /etc/hapee-1.7/maps/hosts.map" | socat stdio tcp4-connect:127.0.0.1:9999
See also
Next up
clear table