Open Context Protocol is live! 🚀 Read the launch post

updateBlock

Update Block Storage

PATCH /blocks/{block-id} HTTP/1.1

Parameters

{
  "label": {
    "description": "The user-supplied label.",
    "required": false,
    "location": "body",
    "type": "string"
  },
  "size_gb": {
    "description": "New size of the Block Storage in GB. Size may range between 10 and 40000 depending on the `block_type`.",
    "required": false,
    "location": "body",
    "type": "integer"
  }
}