---
title: "Patch Application"
method: PATCH
path: "/api/v1/app/{app_id}"
tags: ["Application"]
---

# Patch Application

`PATCH /api/v1/app/{app_id}`

Partially update an application.

## Path parameters

- `app_id` string, required — The Application's ID or UID.

## Request body

- ApplicationPatch
  - `metadata` object
  - `name` string
  - `throttleRate` integer, nullable — Maximum messages per second to send to this application. Outgoing messages will be throttled to this rate.
  - `uid` string, nullable — The Application's UID.

## Response `200`

- ApplicationOut
  - `createdAt` string, date-time, required
  - `id` string, required — The Application's ID.
  - `metadata` object, required
  - `name` string, required — Application name for human consumption.
  - `throttleRate` integer, nullable — Maximum messages per second to send to this application. Outgoing messages will be throttled to this rate.
  - `uid` string, nullable — Optional unique identifier for the application.
  - `updatedAt` string, date-time, required

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `409` — Conflict
- `422` — Validation Error
- `429` — Too Many Requests

## Changes

- **2026-08-19** `dc130bd1b074` — 2 warning
  - removed the request property `rateLimit`
  - removed the optional property `rateLimit` from the response with the `200` status

[Change history](https://skmtc.dev/svix/apis/svix-api/changes/api/v1/app/:app_id/patch.md)

---

[API](https://skmtc.dev/svix/apis/svix-api.md) · [All operations](https://skmtc.dev/svix/apis/svix-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/svix/svix-api/revisions/267f7078e536/schema)
