---
title: "Keep contract lock alive"
method: POST
path: "/contract/{id}/keepalive"
---

# Keep contract lock alive

`POST /contract/{id}/keepalive`

## Path parameters

- `id` string, required — A unique identifier for a file contract

## Request body

- object
  - `duration` integer — The amount of miliseconds to extend the lock by
  - `lockID` ContractLockID
    - `lockID` integer — The ID of the lock

## Response `200`

Contract lock keepalive successful

## Other responses

- `500` — Internal server error

## Changes

- **2024-12-16** `ce856efcdea2` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/siafoundation/apis/renterd-api/changes/contract/:id/keepalive/post.md)

---

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