Skip to main content
Tenant management endpoints for checking workspace status and resetting playground environments.

GET /api/v1/tenant/status

Check tenant status including playground status and quota usage. No authentication required beyond tenant context.

Response (playground tenant)

Response (non-playground tenant)

Non-playground tenants only receive isPlayground and isDemoMode. The quota and data fields are omitted.

POST /api/v1/tenant/reset

Reset a playground workspace, deleting all tenant data. Only available for playground tenants. Admin only.
This permanently deletes all data in the tenant. This action cannot be undone.

Request Body

Example

Response

Error — Non-Playground Tenant

Error — Missing Confirmation