toloka.client.TolokaClient.archive_project_async
| Source code
archive_project_async(self, project_id: str)
Archives a project. Sends an asynchronous request to Toloka.
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:
An object to track the progress of the operation.
Return type:
Examples:
archive_op = toloka_client.archive_project_async(project_id='117493')toloka_client.wait_operation(archive_op)
Last updated: August 28, 2023