Files
podman/docs/source/markdown/podman-farm-remove.1.md
Daniel J Walsh 537490cb9c Fix up example description of podman-farm commands
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2024-02-18 08:02:29 -05:00

37 lines
566 B
Markdown

% 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.1.md)**, **[podman-farm(1)](podman-farm.1.md)**
## HISTORY
July 2023, Originally compiled by Urvashi Mohnani (umohnani at redhat dot com)s