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

# logout

> logout from remote registry

## Synopsis

**ramalama logout** \[*options*] \[*registry*]

## Description

Logout to remote model registry

## Options

Options are specific to registry types.

#### **--help**, **-h**

Print usage message

#### **--token**

Token to be passed to Model registry

## EXAMPLE

Logout to quay.io/username oci repository

```bash theme={"system"}
$ ramalama logout quay.io/username
```

Logout from ollama repository

```bash theme={"system"}
$ ramalama logout ollama
```

Logout from huggingface

```bash theme={"system"}
$ ramalama logout huggingface
```

## See Also

[ramalama(1)](/pages/commands/ramalama/)

***

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