@
will be used as the username. Because channel names are restricted to a limited set of characters, some characters in an email address will be replaced with an underscore.
.xlsx
file of your channel changes.docker-compose.yml
file.
docker-compose.yml
file.
repo_worker:
section of the file and append the following lines:
REPO_ENABLE_CLEANUP_BLOBS_JOB=true
REPO_SCHEDULE_CLEANUP_BLOBS_CRON=0 0 1 * *
0 0 1 * *
will run the tool on the first day of the month at midnight. To modify when this job runs:
docker-compose.yml
file.REPO_SCHEDULE_CLEANUP_BLOBS_CRON=<CRON_EXPRESSION>
line and replace the <CRON_EXPRESSION>
with a valid cron expression, then save it.http(s)://<FQDN>/swagger/ui
, replacing <FQDN>
with your Anaconda Server fully qualified domain name.
The following is a list of available endpoints you can use to manage your channels in Anaconda Server.