Dedicated Clusters
Creating and managing apps on a dedicated, single-tenant cluster
Listing clusters
curl -H "Authorization: Bearer <token>" \
https://api.spice.ai/v1/clusters{
"clusters": [
{
"cluster_name": "acme-prod-sandbox",
"region": "us-west-2",
"cloud_provider": "aws",
"endpoint": "https://private-acme-prod-sandbox-us-west-2-prod-data.spiceai.io",
"created_at": "2026-06-11T00:00:00Z",
"updated_at": "2026-06-11T00:00:00Z"
}
]
}Creating an app on a dedicated cluster
Errors
Status
Cause
Moving an existing app to a dedicated cluster
Querying apps on a dedicated cluster
Last updated
Was this helpful?