HAProxy Enterprise Documentation 2.7r1

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.7/hosts.map static.example.com" | \
   sudo socat stdio unix-connect:/var/run/hapee-2.7/hapee-lb.sock

See also


Next up

del server