Confirm resized server

Method URI Description
POST /v2/{tenant_id}/servers/{server_id}/action Confirms a pending resize action. Specify the

confirmResize action in the request body.

Normal response codes: 204

Request

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

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

Example. Confirm resized server: JSON request


{
	"confirmResize": null
}
     

Response

This operation does not return a response body.