cURL
curl --request POST \ --url https://rest.compute.cudo.org/v1/projects/{projectId}/images \ --header 'Authorization: <api-key>'
{ "image": { "dataCenterId": "<string>", "description": "<string>", "id": "<string>", "platform": "<string>", "projectId": "<string>", "sizeGib": 123, "state": "UNKNOWN" } }
Creates a new private virtual machine image from an existing virtual machine’s boot disk.
Bearer HTTP authentication. Allowed headers-- Authorization: Bearer <api_key>
A successful response.
Show child attributes