Skip to content

End a session

DELETE
/v1/sessions/{id}

Ends an active session and releases the allocated board.

Authorizations

BearerAuth

API key (Bearer key_...)

Type
API Key (header: Authorization)

Parameters

Path Parameters

id*

Session ID

Type
string
Required

Responses

OK

application/json
JSON
{
  
"base_image_id": "string",
  
"board_id": "string",
  
"board_specs": "string",
  
"board_type": "string",
  
"created_at": "string",
  
"credits_used": 0,
  
"end_reason": "string",
  
"ended_at": "string",
  
"id": "string",
  
"started_at": "string",
  
"state": "string",
  
"user_id": "string"
}

Playground

Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI