Restoring Instances from the Recycle Bin
Function
This API is used to restore instances from the recycle bin.
Calling Method
For details, see Calling APIs.
URI
POST /v2/{project_id}/recycle
Parameter | Mandatory | Type | Description |
|---|---|---|---|
project_id | Yes | String | Definition Project ID. For details, see Obtaining a Project ID. Constraints N/A Range N/A Default Value N/A |
Request Parameters
Parameter | Mandatory | Type | Description |
|---|---|---|---|
instances | No | Array of strings | Definition Instance list. |
Response Parameters
Status code: 200
Parameter | Type | Description |
|---|---|---|
results | Array of InstanceResumeResult objects | Definition Instance restoration list. |
Example Requests
Instances restored
POST https://{endpoint}/v2/{project_id}/recycle
{
"instances" : [ "9b6b7173-d1d8-4604-86a8-43b732715a03" ]
} Example Responses
Status code: 200
Instances restored.
{
"results" : [ {
"instance_id" : "9b6b7173-d1d8-4604-86a8-43b732715a03",
"job_id" : "8abfa7b39a91da03019a960bed49560e",
"error_msg" : null
} ]
} Status Codes
Status Code | Description |
|---|---|
200 | Instances restored. |
Error Codes
See Error Codes.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.

