Skip to main content

Delete deployment by UUID

DELETE 

/api/v1/catalog/:tagOrId/deploys/:uuid

Delete deployment by UUID

Request

Path Parameters

    tagOrId stringrequired

    The tag (x-cortex-tag) or unique, auto-generated identifier for the entity.

    uuid uuidrequired

Responses

Successfully deleted deployment

Schema

    customData

    object

    deployerEmail string
    deployerName string
    environment string
    id int64
    serviceId int64required
    sha string
    timestamp date-timerequired
    title stringrequired
    type stringrequired

    Possible values: [DEPLOY, SCALE, ROLLBACK, RESTART]

    url string
    uuid uuidrequired
Loading...