Skip to content

Stop

fm stop

Stop a bench.

Stops all containers for the given bench. No data is removed; containers can be started again with 'fm start'.

Usage:

$ fm stop BENCHNAME

Arguments:

  • BENCHNAME: Name of the bench.

Examples

Stop bench containers

Stops all running containers for the specified bench without removing any data. Use to shut down a bench safely.

fm stop mybench

Stop multiple benches

Chain multiple stop commands to shut down several benches at once.

fm stop mybench && fm stop another-bench