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

# إلغاء التثبيت

# `openclaw uninstall`

ألغِ تثبيت خدمة Gateway + البيانات المحلية (يبقى CLI).

الخيارات:

* `--service`: إزالة خدمة Gateway
* `--state`: إزالة الحالة والتكوين
* `--workspace`: إزالة أدلة مساحة العمل
* `--app`: إزالة تطبيق macOS
* `--all`: إزالة الخدمة والحالة ومساحة العمل والتطبيق
* `--yes`: تخطي مطالبات التأكيد
* `--non-interactive`: تعطيل المطالبات؛ يتطلب `--yes`
* `--dry-run`: طباعة الإجراءات دون إزالة الملفات

أمثلة:

```bash theme={"theme":{"light":"min-light","dark":"min-dark"}}
openclaw backup create
openclaw uninstall
openclaw uninstall --service --yes --non-interactive
openclaw uninstall --state --workspace --yes --non-interactive
openclaw uninstall --all --yes
openclaw uninstall --dry-run
```

ملاحظات:

* شغّل `openclaw backup create` أولاً إذا كنت تريد لقطة قابلة للاستعادة قبل إزالة الحالة أو مساحات العمل.
* يحافظ `--state` على أدلة مساحة العمل المكوّنة ما لم يتم تحديد `--workspace` أيضاً.
* `--all` اختصار لإزالة الخدمة والحالة ومساحة العمل والتطبيق معاً.
* يتطلب `--non-interactive` الخيار `--yes`.

## ذو صلة

* [مرجع CLI](/ar/cli)
* [إلغاء التثبيت](/ar/install/uninstall)
