- 3.1.1. Pause server
- 3.1.2. Unpause server
- 3.1.3. Suspend server
- 3.1.4. Resume server
- 3.1.5. Migrate server
- 3.1.6. Reset networking on server
- 3.1.7. Inject network information
- 3.1.8. Lock server
- 3.1.9. Unlock server
- 3.1.10. Create server backup
- 3.1.11. Live-migrate server
- 3.1.12. Reset server state
- 3.1.13. Evacuate server
- 3.1.14. Add security group
- 3.1.15. Remove security group
- 3.1.16. Add floating IP address
Administrator only. Perform actions on a server. Specify the action in the request body.
Method | URI | Description |
---|---|---|
POST | /v2/{tenant_id}/servers/{server_id}/action | Pauses a server. Changes its status to PAUSED. |
POST | /v2/{tenant_id}/servers/{server_id}/action | Unpauses a PAUSED server and changes its status to ACTIVE. |
POST | /v2/{tenant_id}/servers/{server_id}/action | Suspends a server and changes its status to SUSPENDED. |
POST | /v2/{tenant_id}/servers/{server_id}/action | Resumes a SUSPENDED server and changes its status to ACTIVE. |
POST | /v2/{tenant_id}/servers/{server_id}/action | Migrates a server to a host. The scheduler chooses the host. |
POST | /v2/{tenant_id}/servers/{server_id}/action | Resets networking on a server. |
POST | /v2/{tenant_id}/servers/{server_id}/action | Injects network information into a server. |
POST | /v2/{tenant_id}/servers/{server_id}/action | Locks a server. |
POST | /v2/{tenant_id}/servers/{server_id}/action | Unlocks a server. |
POST | /v2/{tenant_id}/servers/{server_id}/action | Backs up a server instance. |
POST | /v2/{tenant_id}/servers/{server_id}/action | Live-migrates a server to a new host without rebooting. |
POST | /v2/{tenant_id}/servers/{server_id}/action | Resets the state of a server to a specified state. |
POST | /v2/{tenant_id}/servers/{server_id}/action | Evacuates a server from failed host. |
POST | /v2/{tenant_id}/servers/{server_id}/action | Assigns the specified security group to the server. |
POST | /v2/{tenant_id}/servers/{server_id}/action | Removes the specified security group from the server. |
POST | /v2/{tenant_id}/servers/{server_id}/action | Adds a floating IP address to an instance. |