Update_Volume_Response
Whether the request succeeded.
Human-readable description of the result.
Input payload validation failedvolume object
Volume attached to the resource.
Unique numeric identifier for the volume.
7613Name of the volume.
example-volumeenvironment object
Environment the volume belongs to.
Name of the environment.
example-environmentfeatures object
Feature flags enabled in the environment.
Description of the volume.
exampleStorage tier of the volume.
Cloud-SSDVolume capacity in GB.
10Current status of the volume.
creatingIdentifier of the operating system image the volume was created from, or null if none.
Webhook URL called with notifications about this volume, or null if none is set.
ISO 8601 UTC timestamp marking when the volume was created.
2026-05-06T15:18:42ZISO 8601 UTC timestamp marking when the volume was last updated.
2026-05-06T15:18:42Zattachments object[]
Virtual machines the volume is attached to.
Unique numeric identifier for the volume attachment.
2058Device path the volume is attached at on the VM.
/dev/disk/by-id/virtio-05ff4fce-957f-486c-bStatus of the volume attachment.
ATTACHINGIdentifier of the virtual machine the volume is attached to.
1402When true, the volume attachment is protected from deletion.
falseName of the operating system image the volume was created from.
updates object
Summary of fields that were updated
{
"status": true,
"message": "Input payload validation failed",
"volume": {
"id": 7613,
"name": "example-volume",
"environment": {
"name": "example-environment",
"features": {},
"region": "NORWAY-1"
},
"description": "example",
"volume_type": "Cloud-SSD",
"size": 10,
"status": "creating",
"bootable": false,
"image_id": 0,
"callback_url": "string",
"created_at": "2026-05-06T15:18:42Z",
"updated_at": "2026-05-06T15:18:42Z",
"attachments": [
{
"id": 2058,
"device": "/dev/disk/by-id/virtio-05ff4fce-957f-486c-b",
"status": "ATTACHING",
"instance_id": 1402,
"protected": false
}
],
"os_image": ""
},
"updates": {}
}