---
title: "Update runtime profile metadata"
method: PATCH
path: "/profiles/{profileName}"
tags: ["profiles"]
---

# Update runtime profile metadata

`PATCH /profiles/{profileName}`

## Path parameters

- `profileName` string, required — Runtime profile name.

## Query parameters

- `remoteNode` string

## Request body

- UpdateRuntimeProfileRequest
  - `description` string
  - `status` 'active' | 'disabled'
  - `protected` boolean

## Response `200`

Runtime profile updated

- RuntimeProfileResponse
  - `id` string, required
  - `name` string, required — Runtime profile name.
  - `description` string
  - `status` 'active' | 'disabled', required
  - `protected` boolean, required
  - `entries` RuntimeProfileEntryResponse[], required — unresolved $ref
  - `createdAt` string, date-time, required
  - `updatedAt` string, date-time, required

## Other responses

- `400` — Invalid request
- `401` — Not authenticated
- `403` — Not authorized
- `404` — Runtime profile not found
- `default` — Generic error response

## Changes

- **2026-07-23** (v1) `75b8e91aaf57` — 15 warning
  - added the new `conflict` enum value to the `code` response property for the response status `400`
  - added the new `conflict` enum value to the `code` response property for the response status `401`
  - added the new `conflict` enum value to the `code` response property for the response status `403`
  - added the new `conflict` enum value to the `code` response property for the response status `404`
  - …11 more
- **2026-06-02** (v1) `4a1b69f4975e` — 1 info
  - endpoint added
- **2026-04-30** (v1) `50e1d517afc1` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/dagucloud/apis/dagu/changes/profiles/:profileName/patch.md)

---

[API](https://skmtc.dev/dagucloud/apis/dagu.md) · [All operations](https://skmtc.dev/dagucloud/apis/dagu/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/dagucloud/dagu/revisions/9fcb8e054188/schema)
