Skip to content

Taipy.core.clean all entities

Deletes all entities associated with the specified version.

Parameters:

Name Type Description Default
version_number str

The version number of the entities to be deleted. The version_number should not be a production version.

required

Returns:

Type Description
bool

True if the operation succeeded, False otherwise.

Notes
  • If the specified version does not exist, the operation will be aborted, and False will be returned.
  • If the specified version is a production version, the operation will be aborted, and False will be returned.
  • This function cleans all entities, including jobs, submissions, scenarios, cycles, sequences, tasks, and data nodes.