Skip to main content

stop

Synopsis

ramalama stop [options] name Tells container engine to stop the specified container. The stop command conflicts with —nocontainer option.

Options

—all, -a

Stop all containers

—help, -h

Print usage message

—ignore

Ignore missing containers when stopping

Description

Stop specified container that is executing the AI Model. The ramalama stop command conflicts with the —nocontainer option. The user needs to stop the RamaLama processes manually when running with —nocontainer.

Examples

$ ramalama stop mymodel
$ ramalama stop --all

See Also

ramalama(1), ramalama-run(1), ramalama-serve(1)
Sep 2024, Originally compiled by Dan Walsh <dwalsh@redhat.com>