Project.delete#
- static Project.delete(name, *, mode='local', **kwargs)[source]
Delete a project.
- Parameters:
- namestr
The name of the project.
- mode{“hub”, “local”, “mlflow”}, default “local”
The mode of the project.
- **kwargsdict
Extra keyword arguments passed to the project, depending on its mode.
- workspacestr or Path-like, optional
See the
Projectclass docstring for details.- tracking_uristr, mode:mlflow only.
The URI of the MLflow tracking server.