3.37.1. Shelve server

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

Shelves a running server and changes its status to SHELVED_OFFLOADED.

Normal response codes: 202

 3.37.1.1. Request

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

NameTypeDescription

{tenant_id}

​String

The ID for the tenant or account in a multi-tenancy cloud.

{server_id}

​U​U​ID

The UUID for the server of interest to you.

 

Example 3.315. Shelve server: JSON request

{
   "shelve":null
}

 

Example 3.316. Shelve server: XML request

<?xml version="1.0" encoding="UTF-8"?>
<shelve/>

This operation does not require a request body.

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


loading table of contents...