Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 566 Bytes

podman-farm-remove.1.md

File metadata and controls

36 lines (24 loc) · 566 Bytes

% podman-farm-remove 1

NAME

podman-farm-remove - Delete one or more farms

SYNOPSIS

podman farm remove [options] name

podman farm rm [options] name

DESCRIPTION

Delete one or more farms.

OPTIONS

--all, -a

Remove all farms.

EXAMPLE

Remove specified farm:

$ podman farm remove farm1

Remove all farms:

$ podman farm rm --all

SEE ALSO

podman(1), podman-farm(1)

HISTORY

July 2023, Originally compiled by Urvashi Mohnani (umohnani at redhat dot com)s