---
title: "Update global runtime profile defaults"
method: PATCH
path: "/profiles/_global"
tags: ["profiles"]
---

# Update global runtime profile defaults

`PATCH /profiles/_global`

## Query parameters

- `remoteNode` string

## Request body

- UpdateInheritedRuntimeProfileRequest
  - `description` string
  - `defaultProfile` string — Runtime profile override. Empty string means no profile.

## Response `200`

Global runtime profile defaults updated

- InheritedRuntimeProfileResponse — unresolved $ref

## Other responses

- `400` — Invalid request
- `401` — Not authenticated
- `403` — Not authorized
- `default` — Generic error response

## Changes

- **2026-07-23** (v1) `75b8e91aaf57` — 12 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 `default`
  - …8 more
- **2026-07-06** (v1) `243fce815a76` — 2 info
  - added the new optional request property `defaultProfile`
  - added the optional property `defaultProfile` to the response with the `200` status
- **2026-06-07** (v1) `6c3e1d8ea4b8` — 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/_global/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/5dc2b1ef8770/schema)
