---
title: "PATCH /api/app-lifecycle/{urn}/update-config"
method: PATCH
path: "/api/app-lifecycle/{urn}/update-config"
tags: ["AppLifecycle"]
---

# PATCH /api/app-lifecycle/{urn}/update-config

`PATCH /api/app-lifecycle/{urn}/update-config`

## Path parameters

- `urn` string, required

## Request body

- AppFormBody
  - `skipEnv` boolean
  - `skipPull` boolean
  - `skipRun` boolean
  - `openPort` boolean
  - `domain` string
  - `enableAuth` boolean
  - `exposed` boolean
  - `exposedLocal` boolean
  - `isVisibleOnGuestDashboard` boolean
  - `localSubdomain` string
  - `port` number

## Response `default`

- LifecycleRequestDto
  - `requestId` union, required — a UUID
    - string, uuid — a UUID
    - '00000000-0000-0000-0000-000000000000', uuid — a UUID
    - 'ffffffff-ffff-ffff-ffff-ffffffffffff', uuid — a UUID

## Changes

- **2025-09-19** `04aac8a043a6` — 1 breaking
  - removed the success response with the status `200`
- **2025-09-07** `8894b9440760` — 1 info
  - the `requestId` response's property pattern `^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$` was added for the status `200`
- **2025-08-12** `6521e76a9edd` — 1 info
  - added the new optional request property `skipRun`
- **2025-06-04** `a36b7f680bf7` — 1 info
  - added the media type `application/json` for the response with the status `200`
- **2025-05-29** `981a2cdd50da` — 2 info
  - added the new optional request property `skipEnv`
  - added the new optional request property `skipPull`

[Full history](https://skmtc.dev/runtipi/apis/runtipi-api/changes/api/app-lifecycle/:urn/update-config/patch.md)

---

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