POST /api/v1/cloud/sessions/{session_id}/archive
Archives a Session and returns the updated Session object. Archiving sets archived_at; the status field itself does not become "archived".
Path parameters
Headers
Example request
Example response
HTTP 200 OK Returns the Session object witharchived_at populated.
Errors
HTTP 404 Not Found
Related
Start a session
Run an agent against an environment as a stateful conversation.