---
title: "Clear miner cooldown"
method: POST
path: "/v1/admin/miners/{hotkey}/clear-cooldown"
tags: ["admin"]
---

# Clear miner cooldown

`POST /v1/admin/miners/{hotkey}/clear-cooldown`

Clear the submission cooldown for a miner.

## Path parameters

- `hotkey` string, required — Miner hotkey

## Response `200`

Successful Response

- ClearCooldownResponse
  - `cleared` boolean, required — Whether the cooldown was cleared
  - `hotkey` string, nullable — Hotkey whose cooldown was cleared
  - `seconds_remaining_was` integer, nullable — Seconds remaining on the cooldown before clearing
  - `message` string, nullable — Human-readable status message

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/oroagents/apis/oro-api.md) · [All operations](https://skmtc.dev/oroagents/apis/oro-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/oroagents/oro-api/revisions/38ef86138115/schema)
