Start server

Method URI Description
POST /v2/{tenant_id}/servers/{server_id}/action Starts a stopped server and changes its status to ACTIVE.

Normal response codes: 202

Request

This table shows the URI parameters for the start server request:

Name Type Description
{tenant_id} String Project ID
{server_id} UUID The UUID for the server of interest to you.

Example. Start server: JSON request


{
	"os-start": null
}       
     

Response

This operation does not return a response body.