Skip to main content

Delete deployments for entity

DELETE 

/api/v1/catalog/:tagOrId/deploys

Delete deployments for entity

Request

Path Parameters

    tagOrId stringrequired

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

Query Parameters

    environment string
    sha string
    type string

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

Responses

Successfully deleted deployments

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...