Clarify Removing Fileserver Artifacts
Some checks failed
CI / build (push) Has been cancelled

This commit is contained in:
Noam Wasersprung 2025-04-20 18:55:20 +03:00 committed by GitHub
commit 210f78d1cc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -428,8 +428,8 @@ options.
### Removing Fileserver Artifacts for Deleted Tasks ### Removing Fileserver Artifacts for Deleted Tasks
When a task is deleted from ClearML, any associated artifacts stored on the fileserver can also be automatically deleted. When a task is deleted from ClearML, any associated artifacts stored on the fileserver can also be automatically deleted.
This clean-up is performed by the `async_delete` service. For this to work properly, the ClearML Server needs to know This clean-up is performed by the `async_delete` service. ClearML Server determines whether artifacts are stored
how to access the fileserver in order to locate and delete the related artifacts. on the fileserver based on their URLs.
To enable automatic artifact deletion, set the `CLEARML_FILES_HOST` environment variable to To enable automatic artifact deletion, set the `CLEARML_FILES_HOST` environment variable to
the URL of your fileserver. the URL of your fileserver.