> 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/support/roboflow-status-and-uptime.md).

# Roboflow Status और Uptime

***

### Roboflow Status

क्या जानना है कि Roboflow डाउन है? पहले लाइव status page देखें।

[**status.roboflow.com**](https://status.roboflow.com/) Roboflow App, Hosted Inference API, REST API, और Universe के लिए real-time uptime दिखाता है।&#x20;

### क्या Roboflow अभी डाउन है?

अगर [status page](https://status.roboflow.com/) दिखाता है **सभी सिस्टम कार्यरत हैं**तो platform चालू है। जो समस्या आपको दिख रही है, वह संभवतः local है — नीचे दिए गए troubleshooting steps देखें।

अगर status page किसी degradation या outage की रिपोर्ट करता है, तो हम उस पर काम कर रहे हैं।

### किसी specific service की जाँच करें

status page हर component को अलग-अलग ट्रैक करता है:

| Service                  | यह क्या कवर करता है                                 |
| ------------------------ | --------------------------------------------------- |
| Roboflow App             | `app.roboflow.com` — डैशबोर्ड, ट्रेनिंग, एनोटेशन    |
| Hosted Inference API     | `detect.roboflow.com` — मॉडल predictions            |
| REST API                 | dataset, project, और workspace endpoints            |
| Universe                 | `universe.roboflow.com` — public datasets और models |
| Serverless Hosted API V2 | serverless inference                                |

### Roboflow काम नहीं कर रहा? पहले यह आज़माएँ

आउटेज मानने से पहले, किसी local issue को खारिज करें:

1. **सुनिश्चित करें कि** [**status page**](https://status.roboflow.com/) **हरा है।** अगर ऐसा नहीं है, तो समस्या हमारी है।
2. **अपनी जाँच करें** [**API key**](https://app.roboflow.com/settings/api)**.** एक `401`/`403` प्रमाणीकरण समस्या है, outage नहीं।
3. **हार्ड रिफ्रेश** (`Cmd/Ctrl + Shift + R`) और अगर ऐप लोड न हो तो cache साफ़ करें।
4. **किसी `5xx`.** Server errors आमतौर पर अस्थायी होते हैं — थोड़ा रुकें और फिर से प्रयास करें।
5. **अपना SDK अपडेट करें:** `pip install --upgrade roboflow inference`.
6. **अपना network जांचें** — VPNs और corporate firewalls ब्लॉक कर सकते हैं `*.roboflow.com`.

अब भी अटके हैं? देखें [Community Forum](https://discuss.roboflow.com/) या, paid plan पर, in-app live chat के माध्यम से संपर्क करें।

### FAQ

**क्या Roboflow डाउन है?** देखें [status.roboflow.com](https://status.roboflow.com/) लाइव उत्तर के लिए। हरा होने का मतलब प्लेटफ़ॉर्म कार्यरत है।

**Roboflow धीमा क्यों है या लोड नहीं हो रहा?** अगर status page हरा है, तो यह संभवतः local है — hard refresh करें, cache साफ़ करें, और अपना network जांचें। हरे status के दौरान बनी रहने वाली समस्याएँ इस पर पोस्ट करने लायक हैं [forum](https://discuss.roboflow.com/).

**क्या Roboflow API डाउन है?** Hosted Inference API और REST API को अलग-अलग ट्रैक किया जाता है on the [status page](https://status.roboflow.com/). एक `5xx` server-side है; एक `401`/`403` आपकी API key के साथ auth issue है।

**क्या Roboflow Universe डाउन है?** Universe (`universe.roboflow.com`) का अपना अलग line item है on the [status page](https://status.roboflow.com/).

**आउटेज के बारे में मुझे सूचना कैसे मिलेगी?** पर subscribe करें [status page](https://status.roboflow.com/) नए incidents के लिए email/SMS/Slack/webhook alerts प्राप्त करने हेतु।


---

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

```
GET https://docs.roboflow.com/roboflow/roboflow-hi/support/roboflow-status-and-uptime.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
