podman-farm-update - Update an existing farm
podman farm update [options] name
Update a farm by either adding connections to it, removing connections from it, or setting it as the new default farm.
Add new connections to an existing farm. Multiple connections can be added at once.
Set the current farm as the default.
Remove one or more connections from an existing farm.
$ podman farm update --add f35,f38 farm1
$ podman farm update --remove f35 farm1
$ podman farm update --default farm2
podman(1), podman-farm(1)
July 2023, Originally compiled by Urvashi Mohnani (umohnani at redhat dot com)s