Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
One change · api

Archive Workspace changed

api/beta/organization/workspaces/archive

Nearest release: v2.1.268, published under an hour after this site recorded the change. Shown because the two are within 24 hours of each other. Nothing here says the release caused the edit.

Recorded here
Lines+13added
Lines−8removed
From line 1 where the diff opens
First seen 26 Aug 2026 this site's first read of the page
Recorded edits4to this page, all time

The whole hunk

from line 1, old and new numbered
/
lines
from line 1
1---
2title: Archive Workspace
3url: https://platform.claude.com/docs/en/api/beta/organization/workspaces/archive
4---
5 
16# Archive Workspace
27 
38**POST** `/v1/organizations/workspaces/{workspace_id}/archive`
from line 17
1217 
1318- `BetaWorkspace object`
1419 
20 - `type: "workspace"`
21 
22 Object type.
23 
24 For Workspaces, this is always `"workspace"`.
25 
26 default: workspace
27 
1528 - `id: string`
1629 
1730 ID of the Workspace.
from line 100
87100 - `tags: map[string]`
88101 
89102 User-defined tags as string key-value pairs. Keys may not begin with `anthropic`.
90 
91 - `type: "workspace"`
92 
93 Object type.
94 
95 For Workspaces, this is always `"workspace"`.
96 
97 default: workspace
98103 
99104## Example
100105