1
0
mirror of https://github.com/containers/ramalama.git synced 2026-02-05 15:47:26 +01:00
Files
ramalama/docsite/docs/commands/ramalama/logout.mdx
2025-10-16 14:13:42 -05:00

48 lines
800 B
Plaintext

---
title: logout
description: logout from remote registry
# This file is auto-generated from manpages. Do not edit manually.
# Source: ramalama-logout.1.md
---
# logout
## 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
$ ramalama logout quay.io/username
```
Logout from ollama repository
```bash
$ ramalama logout ollama
```
Logout from huggingface
```bash
$ ramalama logout huggingface
```
## See Also
[ramalama(1)](/docs/commands/ramalama/)
---
*Aug 2024, Originally compiled by Dan Walsh <dwalsh@redhat.com>*