---
title: "Reset the live counters of one rate limit rule"
method: POST
path: "/admin/rate-limits/reset-one"
tags: ["admin"]
---

# Reset the live counters of one rate limit rule

`POST /admin/rate-limits/reset-one`

## Request body

- AdminResetRateLimitRequest
  - `period` string
  - `period_seconds` integer
  - `scope` string
  - `subject` string
  - `user_path` string

## Response `200`

OK

- AdminRateLimitListResponse
  - `rate_limits` AdminRateLimitStatusResponse[]
    - `created_at` string
    - `effective_subject` string
    - `in_flight` integer
    - `max_requests` integer
    - `max_tokens` integer
    - `per_child` boolean
    - `period_label` string
    - `period_seconds` integer
    - `requests_remaining` integer
    - `requests_used` integer
    - `scope` string
    - `source` string
    - `subject` string
    - `tokens_remaining` integer
    - `tokens_used` integer
    - `updated_at` string
    - `user_path` string
    - `window_end` string
    - `window_start` string
  - `server_time` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `503` — Service Unavailable

## Changes

> 53 revisions in range; 4 could not be searched.

- **2026-08-16** `f28ae401e426` — 2 info
  - added the optional property `rate_limits/items/effective_subject` to the response with the `200` status
  - added the optional property `rate_limits/items/per_child` to the response with the `200` status
- **2026-07-07** `87fec960e0fd` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/enterpilot/apis/gomodel-api/changes/admin/rate-limits/reset-one/post.md)

---

[API](https://skmtc.dev/enterpilot/apis/gomodel-api.md) · [All operations](https://skmtc.dev/enterpilot/apis/gomodel-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/enterpilot/gomodel-api/revisions/7b5727a74f59/schema)
