The whole hunk
from line 1, old and new numbered
/
lines
from line 1
1---
2title: Archive Tunnel Certificate
3url: https://platform.claude.com/docs/en/api/beta/tunnels/certificates/archive
4---
5
16# Archive Tunnel Certificate
27
38**POST** `/v1/tunnels/{tunnel_id}/certificates/{certificate_id}/archive`
from line 25
2025
2126 - `string`
2227
23 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
28 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
2429
2530 - `"message-batches-2024-09-24"`
2631
from line 73
6873
6974 - `"user-profiles-2026-08-18"`
7075
76 - `"user-profiles-2026-09-04"`
77
7178 - `"advisor-tool-2026-03-01"`
7279
7380 - `"managed-agents-2026-04-01"`
from line 117
110117
111118 - `"mid-conversation-system-clear-at-2026-08-21"`
112119
120- `"anthropic-workspace-id": optional string`
121
113122## Returns
114123
115124- `BetaTunnelCertificate object`
from line 125
116125
117126 A CA certificate attached to a tunnel.
118127
128 - `type: "tunnel_certificate"`
129
119130 - `id: string`
120131
121132 Unique identifier for the certificate, prefixed with `tcrt_`.
from line 156
145156 - `tunnel_id: string`
146157
147158 ID of the tunnel the certificate is registered against.
148
149 - `type: "tunnel_certificate"`
150159
151160## Example
152161