Skip to content
ClickHouse Docs
ClickHouse DocsClickHouse Docs

Update BYOC Infrastructure

PATCH/v1/organizations/{organizationId}/byocInfrastructure/{byocInfrastructureId}

Update configuration of the BYOC infrastructure. Returns the modified infrastructure

Authorizations

Path parameters

  • organizationIdstringrequired

    ID of the requested organization.

    format: uuid
  • byocInfrastructureIdstringrequired

    ID of the requested BYOC Infrastructure

    format: uuid

Request bodyJSON

  • displayNameoptionalstring

    Human readable name for infrastructure object

Response

JSON

200

Successful response

JSON
  • statusoptionalnumber

    HTTP status code.

    Example: 200
  • requestIdoptionalstring

    Unique id assigned to every request. UUIDv4

    format: uuid
  • resultoptionalobject
    6 properties
    • idoptionalstring

      Unique identifier of the BYOC configuration

    • stateoptionalinfra-readyorinfra-provisioningorinfra-terminated

      State of the infrastructure

    • accountNameoptionalstring

      Name of the account

    • regionIdoptionalap-northeast-1orap-northeast-2orap-south-1orap-southeast-1orap-southeast-2orca-central-1+18 more

      Region for which the BYOC has been configured and where it is possible to create services

    • cloudProvideroptionalgcporawsorazure

      Cloud provider of the region

    • displayNameoptionalstring

      Human readable name for infrastructure

Navigation