ax projects commands let you create, retrieve, and manage projects on the Arize platform.
ax projects list
List all projects in a space.
| Option | Description |
|---|---|
--space-id | Filter by space ID |
--limit | Maximum number of results to return |
--cursor | Pagination cursor for the next page |
ax projects get
Retrieve a single project by ID.
ax projects create
Create a new project.
| Option | Description |
|---|---|
--name | Name for the new project |
--space-id | Space to create the project in |
ax projects delete
Delete a project.
| Option | Description |
|---|---|
--force | Skip the confirmation prompt |