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.
📄️ Creates a new project owned by the current user.
This operation is synchronous; the created project is returned in the response.
📄️ Returns all projects owned by the current user.
Each project includes its current resource counts and whether it is eligible for deletion.
📄️ Returns a single project owned by the current user.
Returns details of the selected project.
📄️ Deletes a project owned by the current user.
A project can only be deleted once it is empty. If it still owns any VMs, networks or public IPs
📄️ Renames a project owned by the current user.
This operation is synchronous and completes before the response is returned.