---
title: "Patch"
method: PATCH
path: "/v4/scaling-configs/{name}"
tags: ["Scaling configurations"]
---

# Patch

`PATCH /v4/scaling-configs/{name}`

Patch a scaling configuration

## Path parameters

- `name` string, required

## Request body

- ScalingConfigPatch — Tag type for marking schemas for patching. A Patchable schema is one used for updating other schemas.
  - `type` 'windows' — An enumeration.
  - `args` object
  - `minimum_nodes` integer
  - `maximum_nodes` integer

## Response `200`

Successful Response

- ScalingConfigGet — Base model for schemas.
  - `name` string, required
  - `minimum_nodes` integer
  - `maximum_nodes` integer
  - `type` 'windows', required — An enumeration.
  - `args` object, required
  - `id` string, required
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/mystic/apis/mystic-api.md) · [All operations](https://skmtc.net/mystic/apis/mystic-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mystic/mystic-api/revisions/60e569344994/schema)
