Skip to main content
DELETE
Delete Deployments by Name

Authorizations

Authorization
string
header
required

API key must be provided in the Authorization header

Body

application/json
name
string

Name of the deployment(s) to delete; required.

Example:

"my-model"

tag
string

Tag variant to restrict deletion to a single deployment; if omitted, all tags under the name are deleted.

Example:

"v2"

Response

Returns {success: true, count: <number_deleted>}

success
boolean

Always true on success.

count
integer

Number of deployments deleted.