---
title: "Disable App"
method: POST
path: "/api/dock/registered-apps/{environment}/{app_name}/disable"
tags: ["dock-registry"]
---

# Disable App

`POST /api/dock/registered-apps/{environment}/{app_name}/disable`

## Path parameters

- `environment` string, required
- `app_name` string, required

## Response `200`

Successful Response

- RegisteredAppResponse — Single registered-app row as returned to callers.
  - `id` integer, required
  - `appName` string, required
  - `applicationId` string, required
  - `environment` string, required
  - `baseUrl` string, required
  - `sourceProjectId` string, required
  - `runtimeServiceAccountEmail` string, required
  - `name` string, nullable
  - `attachmentScope` string, required
  - `attachmentId` string, required
  - `path` string, nullable
  - `icon` string, nullable
  - `authorizationModules` string[]
  - `installAcrossAllAccounts` boolean
  - `accountInstallModules` string[]
  - `roleBundles` RoleBundleDeclaration[]
    - `slug` string, required
    - `displayName` string, required
    - `description` string, nullable
    - `application` string[]
    - `modules` object
  - `companions` CompanionAppSummary[]
    - `applicationId` string, required
    - `appName` string, required
    - `displayName` string, required
  - `isEnabled` boolean
  - `backendServiceName` string, nullable
  - `publicDomain` string, nullable
  - `cloudRunServiceName` string, nullable
  - `catalogStatus` string, required
  - `routingStatus` string, required
  - `lastError` string, nullable
  - `publishedBy` string, nullable
  - `publishedByKind` string, nullable
  - `lastPublishedAt` string, date-time, nullable
  - `lastReconciledAt` string, date-time, nullable
  - `createdAt` string, date-time, nullable
  - `updatedAt` string, date-time, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/gocrisp/apis/crisp-app-dock.md) · [All operations](https://skmtc.dev/gocrisp/apis/crisp-app-dock/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/gocrisp/crisp-app-dock/revisions/e56bd3c1a9db/schema)
