Skills
Uninstall Skill
Remove a skill from an instance.
DELETE
Uninstalls a skill from the instance. This removes the skill files and its configuration. If you just want to disable a skill without removing it, use the update config endpoint to setDocumentation Index
Fetch the complete documentation index at: https://docs.chowder.dev/llms.txt
Use this file to discover all available pages before exploring further.
enabled: false instead.
Authentication
Requires an org-level API key or a scoped token with theconfigure permission.
Path Parameters
The ID of the instance.
The name of the skill to uninstall.
Response
Returns204 No Content on success.