delete project

The delete project command deletes an ML project. This command removes all metadata related to a project. All data sources, data sinks, and datasets related to the project must be deleted before deleting the project. If successful, this command clears the current working project if it was the project that was just deleted.

Syntax

delete project <project name>

Parameters

Parameter
Description

<project name>

The name of the ML project

force

Use this option to force all running or scheduled jobs to stop before deleting all project artifacts.

Example

[ ]: delete project trip_fare
     Deleted project trip_fare
     Current working project has been unset

[ ]:

Last updated