Create a GPU VM snapshot

Creates a recovery snapshot of the root disk, all attached disks, or selected data disks. Requires scope: vm.write.

Authentication

AuthorizationBearer

IBEE platform API token. Production tokens start with ibee_prod_key_; development tokens start with ibee_dev_key_. Use a token only with its matching gateway environment.

Path parameters

vm_idstringRequired
Virtual machine ID.

Query parameters

workspace_idstringRequiredformat: "^[1-9][0-9]*$">=1 character

The positive numeric workspace ID to scope this request to. Zero, negative, and non-numeric values are rejected.

Request

This endpoint expects an object.
namestringRequired1-255 characters
descriptionstring or nullOptional<=1024 characters
modeenumOptionalDefaults to all_attached
selected_data_volume_idslist of stringsOptionalDefaults to []
requested_bystringOptional1-128 charactersDefaults to api

Response

Snapshot created or queued successfully.
organization_idstring
workspace_idstring
snapshot_set_idstring
vm_idstring
namestring
recovery_point_idstring
statusenum
created_atdatetime
updated_atdatetime
organization_namestring or nullOptional
workspace_namestring or nullOptional
vm_namestring or nullOptional
vm_typeenumOptional
descriptionstring or nullOptional
recovery_point_typeenumOptionalDefaults to snapshot
capture_scopeenumOptionalDefaults to all_attached
captured_volume_countintegerOptionalDefaults to 1
root_onlybooleanOptionalDefaults to true
size_gbinteger or nullOptional
source_disk_size_gbinteger or nullOptional
display_size_gbinteger or nullOptional
display_storage_bytesinteger or nullOptional
backend_protected_storage_bytesinteger or nullOptional
protected_storage_bytesinteger or nullOptional
billing_storage_bytesinteger or nullOptional
billing_storage_sourcestringOptionalDefaults to unavailable
metering_statusstringOptionalDefaults to unavailable
storage_backendstring or nullOptional
captured_topology_hashstring or nullOptional
root_volume_idstring or nullOptional
root_volume_namestring or nullOptional
volume_manifestlist of objectsOptional
volume_manifest_summaryobjectOptional
live_drift_summaryobjectOptional
metadatamap from strings to anyOptional

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
409
Conflict Error