Skip to main content
POST
Archive a Computer

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

checkfu-version
enum<string>
required
Available options:
2026-08-27
idempotency-key
string
Maximum string length: 255

Path Parameters

id
string
required
Pattern: ^comp_[0-9a-f]{32}$

Body

application/json
expected_resource_version
integer
required
Required range: x > 0
requested_at
string
required

A canonical UTC ISO-8601 timestamp with millisecond precision.

Maximum string length: 24
Pattern: ^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}\.\d{3}Z$
deadline
string
required

A canonical UTC ISO-8601 timestamp with millisecond precision.

Maximum string length: 24
Pattern: ^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}\.\d{3}Z$

Response

coherent timestamps, archive state, and snapshot-backed recovery grade

id
string
required
Pattern: ^comp_[0-9a-f]{32}$
workspace_id
string
required
Pattern: ^wrkspc_[0-9a-f]{32}$
scope
object
required
profile_id
string
required
Pattern: ^cprof_[0-9a-f]{32}$
profile_revision_number
integer
required
Required range: x > 0
state
enum<string>
required
Available options:
sleeping,
waking,
ready,
recovering,
needs_recovery,
disabling,
disabled,
archiving,
archived
generation
integer
required
Required range: x >= 0
current_snapshot_id
string | null
required
Pattern: ^csnp_[0-9a-f]{32}$
recovery_grade
enum<string>
required
Available options:
none,
filesystem,
browser_profile,
full_instance
resource_version
integer
required
Required range: x > 0
created_at
string
required

A canonical UTC ISO-8601 timestamp with millisecond precision.

Maximum string length: 24
Pattern: ^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}\.\d{3}Z$
updated_at
string
required

A canonical UTC ISO-8601 timestamp with millisecond precision.

Maximum string length: 24
Pattern: ^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}\.\d{3}Z$
archived_at
string | null
required

A canonical UTC ISO-8601 timestamp with millisecond precision.

Maximum string length: 24
Pattern: ^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}\.\d{3}Z$