SandboxConfig

Update an installed skill

Show or hide an installed skill and set the workspace-wide values of the environment variables it declared. Either field may be sent, or both. The files stay in the image either way; removal is a separate flow.

patch/sandbox-configs/{id}/skills/{skillId}

Path parameters

idstring required

Sandbox config ID

skillIdstring required

Skill ID

Request body

enabledboolean

Enabled is a pointer because its absence is not a request to disable the skill; a body may carry envs instead.

envsobject

Envs is a pointer to a map because "sent an empty object" and "did not mention envs" are different requests: the first clears what it names, the second must leave every stored value alone.

Response

Updated skill

object required

Changes

Changed in 1 of the 64 revisions of this API.1