curl --request POST \
--url https://api.sfcompute.com/v1/vms/images/start_upload \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>"
}
'{
"object": "image",
"image_id": "<string>"
}curl --request POST \
--url https://api.sfcompute.com/v1/vms/images/start_upload \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>"
}
'{
"object": "image",
"image_id": "<string>"
}Request body for starting a multipart upload
Name of the image file. Must be unique per account.