Skip to main content
POST
Create Compute Profile
Create a new compute profile, backed by its own warehouse and isolated query queue. size is a speed multiplier over your organization’s base warehouse (1x, 2x, 4x, 8x, or 16x). The response returns the profile’s identifier, which you pass as compute_profile when running a query.
Requires an organization admin’s API key. Organizations can hold 3 profiles by default.

Authorizations

X-API-KEY
string
header
required

Body

application/json
name
string
required
Required string length: 1 - 64
size
enum<string>
required

Compute size as a speed multiplier over your organization's base warehouse.

Available options:
1x,
2x,
4x,
8x,
16x

Response

Successful Response

An Explorer compute profile and the current depth of its query queue.

identifier
string
required
name
string
required
size
enum<string>
required

Compute size as a speed multiplier over your organization's base warehouse.

Available options:
1x,
2x,
4x,
8x,
16x
is_default
boolean
required
queued
integer
required
running
integer
required