alter project

The alter project command changes the project-level user information. You must be a user with the PROJECT_ADMIN role to run this command. This command updates project metadata. If successful, the earlier project user configuration is replaced entirely with the new project user configuration.

Syntax

alter project <project name>,config=<project users config file>

Parameters

Parameter
Description

<project name>

The name of the ML project

<project users config file>

A project configuration file in JSON format that you can use to define users for the project and their roles and alert preferences.

Example

alter project trip_fare,config=project_users_config.json

Last updated