---
title: "Create a host processors definition"
method: POST
path: "/processors/{hostName}/"
tags: ["Processors"]
---

# Create a host processors definition

`POST /processors/{hostName}/`

## Path parameters

- `hostName` string, required

## Request body

- Processor
  - `id` integer
  - `handle` string
  - `vendor` string
  - `product` string
  - `cores` integer
  - `threads` integer
  - `host_id` integer

## Response `200`

Processor details list

- Processor
  - `id` integer
  - `handle` string
  - `vendor` string
  - `product` string
  - `cores` integer
  - `threads` 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)
