ProjectsManager
Extends BaseManager
export class ProjectsManager extends BaseManager {}
Methods
create(props)
Allows to create a new project with the provided configuration. It only requires the project name
but more configuration can be provided to override the defaults. API Reference (opens in a new tab)
props
- Type:
CreateProjectProps
- Required:
true
Return Type
delete(props)
Delete a specific project by passing either the project id or name. API Reference (opens in a new tab)
props
- Type:
DeleteProjectProps
- Required:
true