delete_project

getml.engine.delete_project(name)

Deletes a project.

Parameters

name (str) – Name of your project.

Raises

TypeError – If any of the input arguments is of wrong type.

Note

All data and models contained in the project directory will be permanently lost.