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
Example response
{
"object": "pool",
"schedule_info": {
"total_schedule": {
"object": "schedule"
}
}
}