> For the complete documentation index, see [llms.txt](https://docs.roboflow.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.roboflow.com/roboflow/roboflow-hi/deploy/device-manager/making-changes/soft-reset-poe-port.md).

# एक PoE Port का Soft Reset करें

Power over Ethernet (PoE) ports (जैसे Advantech MIC-733-AO) वाले edge devices पर, आप Deployment Manager dashboard से सीधे एक PoE port को soft-reset कर सकते हैं। इससे पोर्ट power-cycle हो जाता है, जिससे फँसे हुए camera links को डिवाइस तक भौतिक रूप से पहुँचे बिना रिकवर किया जा सकता है।

{% hint style="info" %}
soft reset विकल्प केवल उन streams के लिए दिखाई देता है जो ऐसे device से जुड़े हों जो PoE telemetry रिपोर्ट करता है। यदि आपके device में PoE ports नहीं हैं या वह पुराना firmware चला रहा है जो PoE data रिपोर्ट नहीं करता, तो यह विकल्प उपलब्ध नहीं होगा।
{% endhint %}

## Dashboard से एक PoE Port को Reset करें

एक PoE port को soft-reset करने के लिए, Deployment Manager में एक device खोलें और उस stream को ढूँढें जो उस PoE port से जुड़ा है जिसे आप reset करना चाहते हैं। stream के action menu पर क्लिक करें और "Soft reset PoE" चुनें। reset command queue में डाल दी जाती है और अगली बार जब device check in करता है, तब इसे process किया जाता है (आमतौर पर कुछ ही सेकंड के भीतर)।

जब reset प्रगति पर होता है, stream status "reconnecting" में बदल जाता है। एक बार port वापस आ जाता है और camera फिर से connect हो जाती है, तो stream सामान्य operation फिर से शुरू कर देता है।

## Maintenance Windows के दौरान Automatic PoE Reset

आप एक stream को इस तरह configure कर सकते हैं कि वह अपने PoE port को हर बार स्वचालित रूप से soft-reset करे, एक बार प्रति [maintenance window](/roboflow/roboflow-hi/deploy/device-manager/setting-up/setup-maintenance-windows.md)। यह लंबे समय तक चलने वाले sessions के दौरान बार-बार disconnect होने वाले GigE या PoE camera links को proactive तरीके से recover करने के लिए उपयोगी है।

इसे सक्षम करने के लिए, किसी मौजूदा stream का detail page खोलें और Configuration panel को edit करें। panel के नीचे "Soft-reset PoE once per maintenance window" चुनें। परिवर्तन लागू करने के लिए configuration को save करें।

सक्षम होने पर, device हर maintenance window में प्रति interface एक reset enqueue करता है। window के बाहर या उन streams पर, जिनके interface पर PoE control नहीं है, reset एक no-op होता है।


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.roboflow.com/roboflow/roboflow-hi/deploy/device-manager/making-changes/soft-reset-poe-port.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
