---
title: "PATCH /namespaces/{Namespace}/services/{Service}"
method: PATCH
path: "/namespaces/{Namespace}/services/{Service}"
tags: ["service"]
---

# PATCH /namespaces/{Namespace}/services/{Service}

`PATCH /namespaces/{Namespace}/services/{Service}`

Update the named `Service` in the `Namespace` as per the instructions in the body

## Path parameters

- `Namespace` string, required
- `Service` string, required

## Request body

- ServiceUpdateRequest — ServiceUpdateRequest represents and contains the data needed to update a service instance (add/change, and remove custom value keys)
  - `edit` ChartValueSettings — ChartValueSettings is a collection of key/value pairs describing the user's chosen settings with which to configure the helm chart referenced by the application's appchart.
  - `remove` string[]
  - `restart` boolean
  - `wait` boolean

## Response `200`

## Changes

- **2023-09-01** `c199ecd2118a` — 1 info
  - endpoint added
- **2022-03-09** `e99b23942768` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/epinio/apis/epinio-api/changes/namespaces/:Namespace/services/:Service/patch.md)

---

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