# Enable or disable a skill

> Flip the toggle that decides whether agents are offered the skill.

Source: https://docs.generalinput.com/api/skills/set-enabled



<Endpoint method="PATCH" path="/v1/skills/:id/enabled" />

<Access scope="skills:manage" />

## Body [#body]

| Field       | Type    | Required |
| ----------- | ------- | -------- |
| `isEnabled` | boolean | yes      |

## Response [#response]

The updated skill detail.
