Skip to main content

Update Mi

PATCH 

/v1/armada/machine_image/:mi_id

Update a machine image

Request

Path Parameters

    mi_id uuidrequired

    The machine image ID

Body

required

    name Name (string)required

    Possible values: non-empty and <= 256 characters

    The name within the context of the provider. This could be a registry path or an AWS image name.

    description Description (string)

    A long form description of the image that will only be used for documentation purposes

Responses

Successful Response

Schema

    name Name (string)required

    Possible values: non-empty and <= 256 characters

    The name within the context of the provider. This could be a registry path or an AWS image name.

    description Description (string)

    A long form description of the image that will only be used for documentation purposes

    machine_image_id uuidrequired
Loading...