2.3. Server actions

MethodURIDescription
POST/v2/{tenant_id}/servers/{server_id}/action

Changes the password for a server. Specify the changePassword action in the request body.

POST/v2/{tenant_id}/servers/{server_id}/action

Reboots the specified server. Specify the reboot action in the request body.

POST/v2/{tenant_id}/servers/{server_id}/action

Rebuilds the specified server. Specify the rebuild action in the request body.

POST/v2/{tenant_id}/servers/{server_id}/action

Resizes the specified server. Specify the resize action in the request body.

POST/v2/{tenant_id}/servers/{server_id}/action

Confirms a pending resize action. Specify the confirmResize action in the request body.

POST/v2/{tenant_id}/servers/{server_id}/action

Cancels and reverts a pending resize action. Specify the revertResize action in the request body.

POST/v2/{tenant_id}/servers/{server_id}/action

Creates a new image. Specify the createImage action in the request body.

Questions? Discuss on ask.openstack.org
Found an error? Report a bug against this page


loading table of contents...