---
title: "Manage All Skills"
method: POST
path: "/api/skills/manage-all"
---

# Manage All Skills

`POST /api/skills/manage-all`

## Response `200`

Successful Response

- BulkManageResultResponse
  - `failures` BulkManageFailureResponse[], required
    - `error` string, required
    - `name` string, required
    - `skillRef` string, required
  - `managedCount` integer, required
  - `ok` boolean, required
  - `skippedCount` integer, required

## Changes

- **2026-04-25** `23fa7e0a19ae` — 4 info
  - added the required property `failures` to the response with the `200` status
  - added the required property `managedCount` to the response with the `200` status
  - added the required property `ok` to the response with the `200` status
  - added the required property `skippedCount` to the response with the `200` status
- **2026-04-17** `a9787ab8c53c` — 4 breaking
  - removed the required property `failures` from the response with the `200` status
  - removed the required property `managedCount` from the response with the `200` status
  - removed the required property `ok` from the response with the `200` status
  - removed the required property `skippedCount` from the response with the `200` status

[Change history](https://skmtc.dev/mode-io/apis/skill-manager/changes/api/skills/manage-all/post.md)

---

[API](https://skmtc.dev/mode-io/apis/skill-manager.md) · [All operations](https://skmtc.dev/mode-io/apis/skill-manager/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mode-io/skill-manager/revisions/a2b29a5aa8b4/schema)
