Skip to main content
PATCH
Update a Session's title or metadata

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-24

Path Parameters

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

Body

application/json
title
string | null
required
Required string length: 1 - 255
metadata
object

at most 16 correlation pairs with keys of 1 to 64 characters

Response

Success

id
string
required
Pattern: ^sess_[0-9a-f]{32}$
workspace_id
string
required
Pattern: ^wrkspc_[0-9a-f]{32}$
agent_id
string
required
Pattern: ^agent_[0-9a-f]{32}$
agent_deployment_id
string | null
required
Pattern: ^adep_[0-9a-f]{32}$
agent_deployment_revision_number
integer | null
required
Required range: x > 0
execution_target_type
enum<string> | null
required
Available options:
managed,
connected
principal
string
required
Pattern: ^prin_[0-9a-f]{32}$
status
enum<string>
required
Available options:
pending,
provisioning,
running,
reconciling,
waiting,
idle,
paused,
completed,
failed,
canceled
agent_release_number
integer | null
required
Required range: x > 0
release_hash
string | null
required
Pattern: ^sha256:[0-9a-f]{64}$
acted_as
string | null
required
Pattern: ^prin_[0-9a-f]{32}$
agent_installation_id
string | null
required
Pattern: ^aini_[0-9a-f]{32}$
surface_scope_id
string | null
required
Pattern: ^surf_[0-9a-f]{32}$
admitted_at
string | null
required
vault_ids
string[]
required
Pattern: ^vlt_[0-9a-f]{32}$
resources
object[]
required
mounts
object[]
required
wire_version
string
required
created_at
string
required
archived_at
string | null
required
title
string
Required string length: 1 - 255
client_reference
string
Required string length: 1 - 255
metadata
object

at most 16 correlation pairs with keys of 1 to 64 characters

automation
string
Pattern: ^auto_[0-9a-f]{32}$
session_template_id
string
Pattern: ^stpl_[0-9a-f]{32}$
session_template_version
integer
Required range: x > 0
work_environment
object

A deterministic allocation-free explanation of work-environment admission.