Skip to main content

CreateImagePayload

namestringrequired

Name for the new custom image

labelsstring[]

List of labels to attach to the image

CreateImagePayload
{
"name": "string",
"labels": [
"string"
]
}