Skip to main content

Remove Variant

DELETE 

/variants/:variant_id

Remove a variant from the server. In the case it's the last variant using the image, stop the container and remove the image.

Arguments: app_variant -- AppVariant to remove

Raises: HTTPException: If there is a problem removing the app variant

Request

Path Parameters

    variant_id Variant Idrequired

Responses

Successful Response

Schema

    any

Loading...