Manage Projects with the Public API
Here are examples to help you manage your projects using the Public API.
List all projects
Fetch all projects in your personal account:
List projects in a workspace
Fetch all projects in a specific workspace:
Variables
Get a single project
Fetch a project by ID with its services and environments:
Variables
Create a project
Create a new empty project:
Variables
Update a project
Update project name or description:
Variables
Delete a project
This is a destructive action and cannot be undone.
Variables
Transfer a project to a workspace
Transfer a project to a different workspace:
Variables
Get project members
List all members of a project:
Variables