---
title: "Claim draw of a game"
method: POST
path: "/api/bot/game/{gameId}/claim-draw"
tags: ["Bot"]
---

# Claim draw of a game

`POST /api/bot/game/{gameId}/claim-draw`

Claim draw when the opponent has left the game for a while.

## Path parameters

- `gameId` string, required

## Response `200`

The draw was successfully claimed.

- Ok
  - `ok` boolean, required

## Other responses

- `400` — The draw claim has failed.

---

[API](https://skmtc.net/lichess/apis/lichess-org-api-reference.md) · [All operations](https://skmtc.net/lichess/apis/lichess-org-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lichess/lichess-org-api-reference/revisions/1425db81eb3b/schema)
