HAProxy Enterprise Documentation 2.3r1
del map
Delete a single entry 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 del map
to remove a single entry from a Map file. Note that this only removes it from HAProxy Enterprise's runtime memory and not from the file on disk.
Examples
In this example, we remove the entry that has the key static.example.com:
$ echo "del map /etc/hapee-2.3/hosts.map static.example.com" | socat stdio tcp4-connect:127.0.0.1:9999
See also
Next up
del ssl cert