---
title: "Update deployment strategy"
method: PATCH
path: "/deployment_strategy/{id}"
tags: ["Deployment strategy"]
---

# Update deployment strategy

`PATCH /deployment_strategy/{id}`

Updates an existing deployment strategy

## Path parameters

- `id` string, required

## Request body

- UpdateDeploymentStrategy
  - `name` string — The name of the deployment strategy.
  - `description` string — A brief description of the deployment strategy.
  - `dimensions` object — Strategy dimensions for matching scopes.
  - `parameters` object — JSON Schema for validating strategy parameters.
  - `scope_type_ids` string[] — List of scope type IDs associated with this strategy.

## Response `200`

Deployment strategy updated successfully

- DeploymentStrategy
  - `id` string, required — Unique identifier for the deployment strategy.
  - `name` string, required — Name of the deployment strategy.
  - `description` string — Description of the deployment strategy.
  - `nrn` string, required — The NRN of the entity that the deployment strategy is associated with.
  - `dimensions` object — Strategy dimensions for matching scopes.
  - `parameters` object — JSON Schema for validating strategy parameters.
  - `scope_type_ids` string[] — List of scope type IDs associated with this strategy.
  - `created_by` string — ID of the user who created the strategy.
  - `updated_by` string — ID of the user who last updated the strategy.
  - `created_at` string, date-time — Timestamp when the strategy was created.
  - `updated_at` string, date-time — Timestamp when the strategy was last updated.

## Other responses

- `400` — Client error responses due to invalid input or missing parameters.
- `500` — Server error responses indicating an issue on the API side.

---

[API](https://skmtc.dev/nullplatform/apis/nullplatform-api.md) · [All operations](https://skmtc.dev/nullplatform/apis/nullplatform-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/nullplatform/nullplatform-api/revisions/1c4ea154b159/schema)
