---
title: "Release contract lock"
method: POST
path: "/bus/contract/{id}/release"
tags: ["bus"]
---

# Release contract lock

`POST /bus/contract/{id}/release`

## Path parameters

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

## Request body

- object
  - `lockID` ContractLockID
    - `lockID` integer — The ID of the lock

## Response `200`

Contract lock released successfully

## Other responses

- `500` — Internal server error

---

[API](https://skmtc.net/siafoundation/apis/renterd-api.md) · [All operations](https://skmtc.net/siafoundation/apis/renterd-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/siafoundation/renterd-api/versions/184a3d5207da/schema)
