archive_project

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

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

ParametersTypeDescription
project_idstr

The ID of project to be archived.

  • Returns:

    The project with the updated status.

  • Return type:

    Project

Examples:

toloka_client.archive_project(project_id='1')
Toloka-Kit
OverviewGetting OAuth tokenQuick start
Recipes
Reference
toloka.client
toloka.async_client
toloka.autoquality [autoquality]
toloka.metrics
toloka.streaming