MINARA

Reload external skill packages

POST /v1/skills/reload — Re-mirror vendored external skill packages into the sandbox and re-register them on the in-process registry. The `minara

POST /v1/skills/reload

Re-mirror vendored external skill packages into the sandbox and re-register them on the in-process registry. The minara skills add / remove / upgrade CLI calls this on a running gateway so the change takes effect without restart.

MethodPOST
Path/v1/skills/reload
AuthAuthorization: Bearer <token> required when GATEWAY_AUTH_TOKEN is set
Categoryskills

Response body

{ "ok": true, "added": ["external.foo"], "reregistered": [], "removed": [] }

On this page