ToolService
Tool Sets
Archive a tool set
Transitions a tool set to STATE_ARCHIVED. Syncing stops, the tool set is hidden from list results, its tools are no longer offered to objectives, and new variation assignments are rejected. Existing assignments are retained, and history is preserved — unlike delete, archiving works while the tool set is still assigned to agent variations.
post/v1/workspaces/{workspaceId}/tool_sets/{id}:archive
Path parameters
workspaceIdstring required
Example:workspace_01HXKD2E5NQM3T9AYWCF133E3Q
Workspace ID.
idstring required
Example:toolset_01HXKD2E5NQM3T9AYWCFNRMN74
Tool set ID. Accepts the canonical ts_… form or the external_id:<value> form.
Request body
Example request
{
"workspaceId": "workspace_01HXKD2E5NQM3T9AYWCF133E3Q",
"id": "toolset_01HXKD2E5NQM3T9AYWCFNRMN74"
}Response
OK