Pools

Update pool

Update the fields of a pool. Updating the requirements object will update the default requirements applied for instances in this pool.

patch/v0/pools/{id}

Path parameters

idstring required

Generated ID with format 'pool_[0-9a-zA-Z]+' used for referencing a PoolId resource.

Pool ID

Request body

Response

Pool updated successfully

object'pool' required

Type identifier useful for discriminating union types.

idstring required

Generated ID with format 'pool_[0-9a-zA-Z]+' used for referencing a PoolId resource.

is_defaultboolean required

Denotes whether this pool is the default pool an account or scope buys into.

Example response

{
  "object": "pool",
  "schedule_info": {
    "total_schedule": {
      "object": "schedule"
    }
  }
}

Changes