---
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

---

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