2016-03-07 17:57:12 +01:00
|
|
|
/v2/hypervisor/projects/{project_id}/close
|
2016-03-07 15:01:35 +01:00
|
|
|
------------------------------------------------------------------------------------------------------------------------------------------
|
2015-02-04 10:31:31 +01:00
|
|
|
|
|
|
|
.. contents::
|
|
|
|
|
2016-03-07 17:57:12 +01:00
|
|
|
POST /v2/hypervisor/projects/**{project_id}**/close
|
2016-03-07 15:01:35 +01:00
|
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
2015-02-04 10:31:31 +01:00
|
|
|
Close a project
|
|
|
|
|
|
|
|
Parameters
|
|
|
|
**********
|
|
|
|
- **project_id**: The UUID of the project
|
|
|
|
|
|
|
|
Response status codes
|
|
|
|
**********************
|
|
|
|
- **404**: The project doesn't exist
|
|
|
|
- **204**: The project has been closed
|
|
|
|
|
2015-02-24 11:38:57 +01:00
|
|
|
Sample session
|
|
|
|
***************
|
|
|
|
|
|
|
|
|
2016-03-07 15:01:35 +01:00
|
|
|
.. literalinclude:: ../../../examples/hypervisor_post_projectsprojectidclose.txt
|
2015-02-24 11:38:57 +01:00
|
|
|
|