Skip to content
ClickHouse Docs
ClickHouse DocsClickHouse Docs

List available service profiles

GET/v1/organizations/{organizationId}/serviceProfiles

Returns the custom instance profiles the organization can use in a region. Pass byoc_id to list the profiles configured for a BYOC infrastructure. The list is empty when the organization tier does not include custom hardware profiles.

Authorizations

Path parameters

  • organizationIdstringrequired

    ID of the organization to list available profiles for.

    format: uuid

Query parameters

  • region_idstringrequired

    Region to list profiles for, e.g. us-east-1.

  • byoc_idoptionalstring

    ID of the BYOC infrastructure to list profiles for. BYOC profiles are only returned when this is set.

    format: uuid

Response

JSON

200

Successful response

JSON
  • statusoptionalnumber

    HTTP status code.

    Example: 200
  • requestIdoptionalstring

    Unique id assigned to every request. UUIDv4

    format: uuid
  • resultoptionalarray ofobject
    3 properties
    • profileoptionalstring

      Profile name to pass as profile when creating a service (e.g. 'v1-standard-byoc-4').

    • cpuCoresoptionalnumber

      Number of vCPUs per replica.

    • memoryGioptionalnumber

      Memory per replica in GiB. When creating a BYOC service with this profile, minReplicaMemoryGb and maxReplicaMemoryGb must both equal this value.

Navigation