---
title: "Update an existing host interface definitions"
method: PATCH
path: "/interfaces/{hostName}/"
tags: ["Interfaces"]
---

# Update an existing host interface definitions

`PATCH /interfaces/{hostName}/`

## Path parameters

- `hostName` string, required

## Request body

- Interface
  - `id` integer
  - `name` string
  - `bios_id` string
  - `mac_address` string
  - `switch_ip` string
  - `switch_port` string
  - `speed` integer
  - `vendor` string
  - `pxe_boot` boolean
  - `maintenance` boolean
  - `host_id` integer

## Response `200`

Interface details

- Interface
  - `id` integer
  - `name` string
  - `bios_id` string
  - `mac_address` string
  - `switch_ip` string
  - `switch_port` string
  - `speed` integer
  - `vendor` string
  - `pxe_boot` boolean
  - `maintenance` boolean
  - `host_id` integer

## Other responses

- `default` — Unexpected error

---

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