---
title: "Update Installation"
method: PATCH
path: "/v1/installations/{integrationConfigurationId}"
tags: ["marketplace"]
---

# Update Installation

`PATCH /v1/installations/{integrationConfigurationId}`

This endpoint updates an integration installation.

## Path parameters

- `integrationConfigurationId` string, required

## Request body

- object
  - `status` 'ready' | 'pending' | 'onboarding' | 'suspended' | 'resumed' | 'uninstalled' | 'error'
  - `externalId` string
  - `billingPlan` object
    - `id` string, required
    - `type` 'prepayment' | 'subscription', required
    - `name` string, required
    - `description` string
    - `paymentMethodRequired` boolean
    - `cost` string
    - `details` object[]
      - `label` string, required
      - `value` string
    - `highlightedDetails` object[]
      - `label` string, required
      - `value` string
    - `effectiveDate` string
  - `notification` union — A notification to display to your customer. Send `null` to clear the current notification.
    - object
      - `level` 'info' | 'warn' | 'error', required
      - `title` string, required
      - `message` string
      - `href` string, uri
    - string

## Response `204`

## Other responses

- `400` — One of the provided values in the request body is invalid. One of the provided values in the request query is invalid.
- `401` — The request is not authorized.
- `403` — You do not have permission to access this resource.
- `404`
- `410`

---

[API](https://skmtc.net/vercel/apis/api.md) · [All operations](https://skmtc.net/vercel/apis/api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vercel/api/versions/61d1ba3f6dac/schema)
