toloka.client.TolokaClient.archive_project
| Source code
archive_project(self, project_id: str)
Archives a project.
All pools in the project must be archived before archiving the project.
The archived project is not deleted. You can access it if you need.
Parameters | Type | Description |
---|---|---|
project_id | str | The ID of project to be archived. |
Returns:
The project with the updated status.
Return type:
Examples:
archived_project = toloka_client.archive_project('117493')
Last updated: August 28, 2023