From LQWiki
swapoff is the command used to turn off swap for a particular swap partition.
Most common usage:
# swapoff -a
...will turn off all swapping.
# swapon -a
...will turn it back on again.
# swapon -s
...will show all active swap
# mkswap
...will delete a partition and make it usable for swapping

This page is available under a