---
title: "Patch Endpoint"
method: PATCH
path: "/api/v2/serverless/endpoints/{endpoint_id}"
tags: ["Serverless"]
---

# Patch Endpoint

`PATCH /api/v2/serverless/endpoints/{endpoint_id}`

## Path parameters

- `endpoint_id` string, required

## Request body

- ServerlessEndpointPatch
  - `name` string, nullable
  - `min_workers` integer, nullable
  - `max_workers` integer, nullable
  - `max_concurrency` integer, nullable
  - `idle_timeout_sec` integer, nullable
  - `scaling_policy_type` string, nullable
  - `scaling_policy_value` integer, nullable
  - `execution_mode` string, nullable
  - `queue_timeout_sec` integer, nullable
  - `request_timeout_sec` integer, nullable
  - `max_queue_size` integer, nullable
  - `keep_warm` boolean, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

## Changes

> 22 revisions in range; 2 could not be searched.

- **2026-06-08** `cbe3ad94235c` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/aabiro/apis/xcelsior/changes/api/v2/serverless/endpoints/:endpoint_id/patch.md)

---

[API](https://skmtc.dev/aabiro/apis/xcelsior.md) · [All operations](https://skmtc.dev/aabiro/apis/xcelsior/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/aabiro/xcelsior/revisions/32211b6f9d65/schema)
