Revert resized server

Method URI Description
POST /v2/{tenant_id}/servers/{server_id}/action Cancels and reverts a pending resize action. Specify the revertResize action in the request body.

Normal response codes: 202

Request

This table shows the URI parameters for the revert resized server request:

Name Type Description
{tenant_id} UUID Project ID
{server_id} UUID The UUID for the server.

Example. Revert resized server: JSON request


{
	"revertResize": null
}
     

Response

This operation does not return a response body.