Create a Project
- Python
- UI
To create a Project inside a workspace In self-hosted open-source installation, you do not need to pass the Org ID. To create a Project:
ws and Organization with an org_id:Connect to a Project
To connect to an existing Project from Python, use theget_project method.
Working with a Project
Save changes
After making any changes to the Project (like editing description or adding monitoring Panels), always use thesave() 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 workspacews, use:
search_project method:
[DANGER] Delete Project
- Python
- UI
To delete the Project: