> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ramalama.com/llms.txt
> Use this file to discover all available pages before exploring further.

# stop

> stop named container that is running AI Model

## 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

```bash theme={"system"}
$ ramalama stop mymodel
$ ramalama stop --all
```

## See Also

[ramalama(1)](/pages/commands/ramalama/), [ramalama-run(1)](/pages/commands/ramalama/run), [ramalama-serve(1)](/pages/commands/ramalama/serve)

***

*Sep 2024, Originally compiled by Dan Walsh \<[dwalsh@redhat.com](mailto:dwalsh@redhat.com)>*
