Org Compute Pool Configs (fcpm/v2)
Update an Org Compute Pool Config
Make a request to update an org compute pool config.
patch/fcpm/v2/compute-pool-config
Request body
Example request
{
"organization_id": "9bb441c4-edef-46ac-8a41-c49e44a3fd9a",
"spec": {
"default_pool_max_cfu": 20
}
}Response
Org Compute Pool Config.
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.