---
title: "Update a skill"
method: PUT
path: "/api/skills/{id}"
tags: ["Skills"]
---

# Update a skill

`PUT /api/skills/{id}`

## Path parameters

- `id` string, required

## Request body

- object

## Response `200`

Skill updated

## Other responses

- `403` — System-managed skills cannot be edited
- `404` — Skill not found

---

[API](https://skmtc.dev/desplega-ai/apis/agent-swarm-api.md) · [All operations](https://skmtc.dev/desplega-ai/apis/agent-swarm-api/llms.txt) · [OpenAPI document](https://skmtc.dev/desplega-ai/apis/agent-swarm-api/revisions/4f62e32be8ec?raw)
