SingleStore · JSON Structure

Singlestore Workspace Structure

Documentation of the workspace data structure returned by the SingleStore Management API

Type: object Properties: 0
DatabaseSQLAnalyticsCloudDistributed SQL

Singlestore Workspace Structure is a JSON Structure definition published by SingleStore.

Meta-schema:

JSON Structure

Raw ↑
{
  "title": "SingleStore Workspace Structure",
  "description": "Documentation of the workspace data structure returned by the SingleStore Management API",
  "type": "object",
  "fields": [
    {
      "name": "workspaceID",
      "type": "string (UUID)",
      "required": true,
      "description": "Unique identifier for the workspace"
    },
    {
      "name": "workspaceGroupID",
      "type": "string (UUID)",
      "required": true,
      "description": "Identifier of the parent workspace group"
    },
    {
      "name": "name",
      "type": "string",
      "required": true,
      "description": "Human-readable name for the workspace"
    },
    {
      "name": "state",
      "type": "enum",
      "required": true,
      "values": ["Active", "Suspended", "Pending", "Failed", "Terminated"],
      "description": "Current operational state of the workspace"
    },
    {
      "name": "size",
      "type": "string",
      "required": false,
      "description": "Compute size of the workspace (e.g., S-00, S-1, S-2)"
    },
    {
      "name": "endpoint",
      "type": "string",
      "required": false,
      "description": "Connection hostname for the workspace database"
    },
    {
      "name": "createdAt",
      "type": "string (ISO 8601 datetime)",
      "required": false,
      "description": "Timestamp when the workspace was created"
    },
    {
      "name": "suspendedAt",
      "type": "string (ISO 8601 datetime)",
      "required": false,
      "description": "Timestamp when the workspace was last suspended"
    },
    {
      "name": "resumedAt",
      "type": "string (ISO 8601 datetime)",
      "required": false,
      "description": "Timestamp when the workspace was last resumed"
    },
    {
      "name": "autoSuspend",
      "type": "object",
      "required": false,
      "description": "Auto-suspend configuration for cost management"
    },
    {
      "name": "autoSuspend.enabled",
      "type": "boolean",
      "required": false,
      "description": "Whether auto-suspend is enabled"
    },
    {
      "name": "autoSuspend.idleChangedIntervalMinutes",
      "type": "integer",
      "required": false,
      "description": "Minutes of inactivity before auto-suspend triggers"
    }
  ]
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/singlestore-workspace-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.