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.
API key authentication. API keys should be passed using the format Bearer API_KEY.
Bearer API_KEY
A successful response.
Show child attributes