Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
ZPOOL-DESTROY(8)	    System Manager's Manual	      ZPOOL-DESTROY(8)

NAME
       zpool-destroy --	destroy	ZFS storage pool

SYNOPSIS
       zpool destroy [-f] pool

DESCRIPTION
       Destroys	 the  given  pool, freeing up any devices for other use.  This
       command tries to	unmount	any  active  datasets  before  destroying  the
       pool.

       -f      Forcefully unmount all active datasets.

EXAMPLES
   Example 1: Destroying a ZFS Storage Pool
       The following command destroys the pool tank and	any datasets contained
       within:
	     # zpool destroy -f	tank

FreeBSD	Ports 14.quarterly	March 16, 2022		      ZPOOL-DESTROY(8)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=zpool-destroy&sektion=8&manpath=FreeBSD+Ports+14.3.quarterly>

home | help