---
title: "Update an existing item by ID"
method: PUT
path: "/workspaces/docker-providers/{id}"
tags: ["Workspaces - Providers"]
---

# Update an existing item by ID

`PUT /workspaces/docker-providers/{id}`

## Path parameters

- `id` string, required

## Request body

- DockerProvider
  - `id` string
  - `userId` string
  - `name` string
  - `enabled` boolean
  - `regions` object
  - `shutdown` unknown
  - `configId` string
  - `type` 'PUBLIC' | 'PRIVATE'

## Response `200`

OK

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found
- `409` — Conflict
- `429` — Too Many Requests

---

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