---
title: "Update App Self-Service Status"
method: PATCH
path: "/api/v2/app-builder/apps/{app_id}/self-service"
tags: ["App Builder"]
---

# Update App Self-Service Status

`PATCH /api/v2/app-builder/apps/{app_id}/self-service`

Enable or disable self-service for an app. Self-service apps can be discovered and run by users in your organization without explicit access being granted.

## Path parameters

- `app_id` string, uuid, required

## Request body

- UpdateAppSelfServiceRequest — A request to enable or disable self-service for an app.
  - `data` UpdateAppSelfServiceRequestData — Data for updating an app's self-service status.
    - `attributes` UpdateAppSelfServiceRequestDataAttributes — Attributes for updating an app's self-service status.
      - `selfService` boolean, required — Whether the app is enabled for self-service.
    - `type` 'selfService' — The self-service resource type.

## Response `204`

No Content

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found
- `429` — Too many requests

---

[API](https://skmtc.net/datadog/apis/api-v2.md) · [All operations](https://skmtc.net/datadog/apis/api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/datadog/api-v2/revisions/da68bf029e4c/schema)
