# Dataset Batches

एक बार जब आप [अपना डेटा अपलोड करते हैं](/roboflow/roboflow-hi/datasets/adding-data.md) Roboflow में, तो आपके द्वारा अपलोड किया गया वह डेटा एक batch बन जाता है। Batches इमेजों का एक समूह हैं जिन्हें आप Roboflow में dataset प्रक्रिया के दौरान ट्रैक कर सकते हैं।

आप अपने प्रोजेक्ट के Annotate page पर सभी batches देख सकते हैं।

<figure><img src="/files/345ae14bc9c9d6109013b18fdbb2164b1b14deaa" alt=""><figcaption><p>Annotate page में view। नोट: review column Public users के लिए उपलब्ध नहीं होगा।</p></figcaption></figure>

एक बार images अपलोड हो जाने पर, वे Unassigned column में होती हैं।

आप किसी batch को किसी व्यक्ति को annotate करने के लिए assign कर सकते हैं, जिससे वह Annotating column में चला जाता है। आप batch में images का एक selection भी assign कर सकते हैं। इस स्थिति में, कोई भी unassigned images Unassigned में एक नए batch में move हो जाती हैं।

एक बार batch में images annotate हो जाने पर, उन्हें Review (उन users के लिए जिनके पास Review Mode उपलब्ध है) या Dataset column में भेज दिया जाता है।

यदि batches Review column में हैं, तो कुछ या सभी या तो approved या rejected होते हैं। Approved batches Dataset column में जाएंगे। Rejected batches वापस Annotating column में भेज दिए जाते हैं

### एक Batch को Delete करना

{% hint style="danger" %}
Deletions permanent और irreversible हैं। Roboflow deleted batches को recover नहीं कर सकता।
{% endhint %}

आप केवल Unassigned column में मौजूद batch को delete कर सकते हैं। यदि जिस batch को आप delete करना चाहते हैं वह Annotating, Review या Dataset column में है, तो आपको क्लिक करना होगा `Move to unassigned` क्लिक करने से पहले `Delete Job`.

आप batch name के पास मौजूद three dots पर क्लिक करके और "Delete Batch" पर क्लिक करके batches delete कर सकते हैं।

<figure><img src="/files/1cd2012c2a950e2d56300f6c8545a7694fa679c6" alt="" width="279"><figcaption></figcaption></figure>


---

# Agent Instructions: 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/datasets/manage-datasets/manage-batches.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.
