Projects
Manages the current user's projects: creation, listing, retrieval, renaming, and deletion. A project is the container that owns VMs, networks, public IPs, SSH keys and other resources.
POST
Create Project
Creates a new project owned by the current user.
GET
List Projects
Returns all projects owned by the current user.
GET
Get Project
Returns a single project owned by the current user.
DELETE
Delete Project
Deletes a project owned by the current user.
PATCH
Rename Project
Renames a project owned by the current user.