Skip to content

Phoenix Channels clean-up

The phoenix channels are located at: - development channel - stable channel

The packages in the development channels are build automatically in the CI for every branch of each phoenix repository. The purpose is to have an easy way to share and test new features. The packages in this channel are regularly cleaned-up to keep only the most recent branches packages. The stable channel hosts the released packages that should never be deleted.

Get the channels content

The repodata.json file describing the channels content can be download with for instance:

wget https://prefix.dev/phoenix/linux-64/repodata.json

Manually delete a package using curl

A package can be deleted through a DELETE request to the prefix.dev API. This repository implements an automatic clean-up using python urllib library. A delete request can also be performed using curl:

curl --request DELETE --header "Authorization: Bearer prefix.dev-API-key" https://prefix.dev/api/v1/delete/phoenix-dev/linux-64/package-file-name.conda