archive_project_async

toloka.async_client.client.AsyncTolokaClient.archive_project_async | Source code

async 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 description

ParametersTypeDescription
project_idstr

The ID of project to be archived.

Examples:

archive_op = toloka_client.archive_project_async(project_id='117493')
toloka_client.wait_operation(archive_op)

Last updated: August 28, 2023

Toloka-Kit
OverviewGetting API keyQuick start
Recipes
Reference
toloka.client
toloka.async_client
toloka.autoquality [autoquality]
toloka.metrics
toloka.streaming