---
title: "Update a Provider configuration"
method: PATCH
path: "/provider-configurations/{provider_configuration}"
tags: ["provider-configurations"]
---

# Update a Provider configuration

`PATCH /provider-configurations/{provider_configuration}`

This endpoint updates attributes of an existing Provider configuration.

## Path parameters

- `provider_configuration` string, required

## Response `200`

Updated.

## Other responses

- `403` — User unauthorized to perform action.
- `404` — Relationship resource not found, or user unauthorized to perform action.
- `422` — Malformed request body (missing attributes, wrong types, etc.) or some of environments cant be detached. The environment cant be detached if some of the environment workspaces use this provider configuration.
- `4XX` — Client error.
- `5XX` — Server error.

---

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