---
title: "Reset group status when group is in CONFIG_ING|SUSPENDING|RESTARTING|DELETING"
method: POST
path: "/inlong/manager/api/group/reset"
tags: ["Inlong-Group-API"]
---

# Reset group status when group is in CONFIG_ING|SUSPENDING|RESTARTING|DELETING

`POST /inlong/manager/api/group/reset`

## Request body

- InlongGroupResetRequest
  - `inlongGroupId` string, required — Inlong group id
  - `rerunProcess` integer — If rerun process when group is in operating, 0: false 1: true
  - `resetFinalStatus` integer — This params will work when rerunProcess = 0, 0: reset to fail, 1: reset to success

## Response `200`

OK

## Other responses

- `201` — Created
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.net/apache/apis/untitled-api-2.md) · [All operations](https://skmtc.net/apache/apis/untitled-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/apache/untitled-api-2/versions/41c687f48683/schema)
