---
title: "Update an existing host disks definitions"
method: PATCH
path: "/disks/{hostName}/"
tags: ["Disks"]
---

# Update an existing host disks definitions

`PATCH /disks/{hostName}/`

## Path parameters

- `hostName` string, required

## Request body

- Disk
  - `disk_id` integer
  - `disk_type` string
  - `size_gb` integer
  - `count` integer
  - `host_id` integer

## Response `200`

Disk details

- Disk
  - `disk_id` integer
  - `disk_type` string
  - `size_gb` integer
  - `count` integer
  - `host_id` integer

## Other responses

- `default` — Unexpected error

---

[API](https://skmtc.dev/quadsproject/apis/quads.md) · [All operations](https://skmtc.dev/quadsproject/apis/quads/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/quadsproject/quads/revisions/a060ee3d649d/schema)
