Org Compute Pool Configs (fcpm/v2)

Update an Org Compute Pool Config

General Availability

Make a request to update an org compute pool config.

patch/fcpm/v2/compute-pool-config

Request body

api_version'fcpm/v2'

APIVersion defines the schema version of this representation of a resource.

kind'OrgComputePoolConfig'

Kind defines the object this REST resource represents.

organization_idstring

The ID of the organization.

Example request

{
  "organization_id": "9bb441c4-edef-46ac-8a41-c49e44a3fd9a",
  "spec": {
    "default_pool_max_cfu": 20
  }
}

Response

Org Compute Pool Config.

api_version'fcpm/v2' required

APIVersion defines the schema version of this representation of a resource.

kind'OrgComputePoolConfig' required

Kind defines the object this REST resource represents.

organization_idstring

The ID of the organization.

Example response

{
  "organization_id": "9bb441c4-edef-46ac-8a41-c49e44a3fd9a",
  "spec": {
    "default_pool_max_cfu": 20
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.