/v1/projects

POST /v1/projects

Create a new project on the server

Input

Name Mandatory Type Description
location string Base directory where the project should be created on remote server
project_id ['string', 'null'] Project UUID
temporary boolean If project is a temporary project

Output

Name Mandatory Type Description
location string Base directory where the project should be created on remote server
path string Directory of the project on the server
project_id string Project UUID
temporary boolean If project is a temporary project

Table Of Contents

Previous topic

/v1/{project_id}/vpcs/vms/{vm_id}/stop

Next topic

/v1/projects/{project_id}