ToolService
Tool Sets
Unarchive a tool set
Transitions an archived tool set back to STATE_ACTIVE. Managed tool sets resume syncing on their next cycle and their tools become available to objectives again.
post/v1/workspaces/{workspaceId}/tool_sets/{id}:unarchive
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