Soft-deletes an unreferenced terminal container snapshot.
Required permission
Account > Platform > ContainerSnapshots > Delete
Path parameters
snapshotId
string requiredContainer snapshot UUID
API
CLI
JS Client
DELETE /v1/container-snapshots/{snapshotId}
DELETE /v1/teams/{teamId}/container-snapshots/{snapshotId}
Example response
204 No Content
The container snapshot is no longer accessible.
Example response
409 Conflict
The container snapshot is active or still referenced.