---
title: "Update sandbox provider instance"
method: PATCH
path: "/api/projects/{projectId}/sandbox-providers/{providerId}"
tags: ["Sandbox Providers"]
---

# Update sandbox provider instance

`PATCH /api/projects/{projectId}/sandbox-providers/{providerId}`

Update sandbox provider instance. Applies a partial update to the target resource.

## Path parameters

- `projectId` string, required
- `providerId` string, required

## Request body

- UpdateSandboxProviderRequest — update Sandbox Provider Request payload accepted by the API.
  - `name` string — Human-readable name.
  - `config` object — config value for the update Sandbox Provider Request object.

## Response `200`

Provider

- SandboxProvider — sandbox Provider API object.
  - `id` string — Stable identifier for the object.
  - `type` string — type value for the sandbox Provider object.
  - `name` string — Human-readable name.
  - `config` object — config value for the sandbox Provider object.

---

[API](https://skmtc.dev/ibuildthecloud/apis/discobot-server-api.md) · [All operations](https://skmtc.dev/ibuildthecloud/apis/discobot-server-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ibuildthecloud/discobot-server-api/revisions/4de3fcd6be56/schema)
