Create a new Project for an Organization. Generate a new Project for an Organization, specifying its configuration including name and description.
The request ProjectApiCreateProjectRequest
A Promise of Project
Delete an existing Project. Delete an existing Project, specified by its Project ID. The Project needs to be empty (meaning there are no resources left in it) to be deleted effectively. Note that deleting a Project is permanent, and cannot be undone.
The request ProjectApiDeleteProjectRequest
Get an existing Project. Retrieve information about an existing Project, specified by its Project ID. Its full details, including ID, name and description, are returned in the response object.
The request ProjectApiGetProjectRequest
A Promise of Project
List all Projects of an Organization. List all Projects of an Organization. The response will include the total number of Projects as well as their associated Organizations, names, and IDs. Other information includes the creation and update date of the Project.
The request ProjectApiListProjectsRequest
A Promise of ListProjectsResponse
Update Project. Update the parameters of an existing Project, specified by its Project ID. These parameters include the name and description.
The request ProjectApiUpdateProjectRequest
A Promise of Project
Account API.
This API allows you to manage your Scaleway Projects.