Modifying the Recycling Policy

Function

This API is used to modify the recycling policy. Before calling this API:

URI

Request

Example Request

Setting the retention period of deleted instances to 5 days
{
	"recycle_policy": {
		"retention_period_in_days": 5
	}
}

Response

Status Code

Error Code

For details, see Error Codes.