Hi  ItchyJellyfish73
You can always archive a Task/Model even when published
In the UI you can right-click and choose archive.
From code you need to add a system tag "archived"from clearml import Task t = Task.get_task(task_id='aabb') t.set_system_tags(t.get_system_tags() + ['archived'])And similarly for  Model(model_id='aabb')
			
				Answered
			
			
 
			
	
		
			
		
		
		
		
	
			
 				
	
	
		
			
		
		
		
		
	
	
	
 
					
		
		Hello!
I Got The Idea Of Publishing Model/Task. But There Could Be Scenarios When It Still Should Be Archived/Deleted. For Instance Death Of Project. Is It Possible To Archive/Delete/Change Status Of Published Task/Model Via Api?
Thanks.
Hello!
I got the idea of publishing model/task. But there could be scenarios when it still should be archived/deleted. For instance death of project. Is it possible to archive/delete/change status of published task/model via api?
Thanks.
2K Views
				3
Answers
				
					 
	4 years ago
				
					
						 
	2 years ago
					
					 Tags