---
title: "Update background process"
method: PUT
path: "/orgs/{organization}/servers/{server}/background-processes/{backgroundProcess}"
tags: ["Background Processes"]
---

# Update background process

`PUT /orgs/{organization}/servers/{server}/background-processes/{backgroundProcess}`

Update the supervisor configuration for a background process.

Processing mode: <small><code>async</code></small>

## Path parameters

- `organization` string, required
- `server` integer, required
- `backgroundProcess` integer, required

## Request body

- UpdateBackgroundProcessRequest
  - `name` string, required — The name of the background process.
  - `config` string — The supervisor configuration of the background process.

## Response `202`

## Other responses

- `403` — Authorization error
- `404` — Not found
- `422` — Validation error

---

[API](https://skmtc.dev/mfullbrook/apis/forge.md) · [All operations](https://skmtc.dev/mfullbrook/apis/forge/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mfullbrook/forge/revisions/24ad66d99f93/schema)
