mirror of
https://github.com/containers/podman.git
synced 2025-05-20 16:47:39 +08:00
Add podman farm remove command
Podman farm remove allows users to remove one or more existing farms. Signed-off-by: Urvashi Mohnani <umohnani@redhat.com>
This commit is contained in:
30
docs/source/markdown/podman-farm-remove.1.md
Normal file
30
docs/source/markdown/podman-farm-remove.1.md
Normal file
@ -0,0 +1,30 @@
|
||||
% 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
|
||||
```
|
||||
$ podman farm remove farm1
|
||||
|
||||
$ 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
|
Reference in New Issue
Block a user