Skip to main content
Delete a deployment by ID or name.

Signature

Parameters

id
Optional[int]
ID of the deployment to delete.
name
Optional[str]
Name of the deployment to delete (deletes all tags unless --tag is specified).
tag
Optional[str]
Tag to filter by when deleting by name.

Returns

str, Result from the API call.

Example