Skip to main content
You must first connect to Evidently Cloud (or your local workspace).

Create a Project

To create a Project inside a workspace ws and Organization with an org_id:
In self-hosted open-source installation, you do not need to pass the Org ID. To create a Project:

Connect to a Project

Project ID. You can see the Project ID above the monitoring Dashboard inside your Project.
To connect to an existing Project from Python, use the get_project method.

Working with a Project

Save changes

After making any changes to the Project (like editing description or adding monitoring Panels), always use the save() command:

Browse Projects

You can see all available Projects on the monitoring homepage, or request a list programmatically. To get a list of all Projects in a workspace ws, use:
To find a specific Project by its name, use the search_project method:

[DANGER] Delete Project

Deleting a Project deletes all the data inside it.
To delete the Project:

Project parameters

Each Project has the following parameters.