diff --git a/v2/bk_compute_api_ref_v2.xml b/v2/bk_compute_api_ref_v2.xml
index 80ec550..256a0fc 100755
--- a/v2/bk_compute_api_ref_v2.xml
+++ b/v2/bk_compute_api_ref_v2.xml
@@ -1539,9 +1539,16 @@ Host: servers.api.openstack.org/v2/
suspended, either by request or necessity.
This status appears for only the following
hypervisors: XenServer/XCP, KVM, and ESXi.
- Review support tickets or contact
- Rackspace support to determine why the
- server is in this state.
+ Administrative usersmay suspend an
+ instance if it is infrequently used or to
+ perform system maintenance. When you
+ suspend an instance, its VM state is
+ stored on disk, all memory is written to
+ disk, and the virtual machine is stopped.
+ Suspending an instance is similar to
+ placing a device in hibernation; memory
+ and vCPUs become available to create other
+ instances.
UNKNOWN. The state of the
diff --git a/v2/section_concepts.xml b/v2/section_concepts.xml
index 42e3682..56dd340 100644
--- a/v2/section_concepts.xml
+++ b/v2/section_concepts.xml
@@ -48,33 +48,63 @@
particular server configuration frequently.
- Reboot
- Use this function to perform either a soft or hard
- reboot of a server. With a soft reboot, the operating
- system is signaled to restart, which allows for a
- graceful shutdown of all processes. A hard reboot is
- the equivalent of power cycling the server. The
- virtualization platform should ensure that the reboot
- action has completed successfully even in cases in
- which the underlying domain/VM is paused or
- halted/stopped.
+ Reboot
+ action
+ Performs a soft or hard reboot of a server. With a
+ soft reboot, the operating system is signaled to
+ restart, which allows for a graceful shutdown of all
+ processes. A hard reboot is the equivalent of power
+ cycling the server. The virtualization platform should
+ ensure that the reboot action has completed
+ successfully even in cases in which the underlying
+ domain/VM is paused or halted/stopped.
- Rebuild
- Use this function to remove all data on the server and
- replaces it with the specified image. Server ID and IP
- addresses remain the same.
+ Rebuild
+ action
+ Removes all data on the server and replaces it with
+ the specified image. Server ID and IP addresses remain
+ the same.
- Resize
- Use this function to convert an existing server to a
- different flavor, in essence, scaling the server up or
- down. The original server is saved for a period of
- time to allow rollback if there is a problem. All
- resizes should be tested and explicitly confirmed, at
- which time the original server is removed. All resizes
- are automatically confirmed after 24 hours if you do not
+ Resize
+ action
+ Converts an existing server to a different flavor,
+ in essence, scaling the server up or down. The
+ original server is saved for a period of time to allow
+ rollback if there is a problem. All resizes should be
+ tested and explicitly confirmed, at which time the
+ original server is removed. All resizes are
+ automatically confirmed after 24 hours if you do not
confirm or revert them.
+
+ Pause action
+ Pauses a server and causes it to run in a frozen
+ state. To pause a server, make a Pause server request. This request stores
+ the state of the VM in RAM.
+
+
+ Suspend
+ action
+ Suspends a server, which stores its VM state on
+ disk, writes all memory to disk, and stops the virtual
+ machine. Suspending an instance is similar to placing
+ a device in hibernation; memory and vCPUs become
+ available to create other instances. Administrative
+ users might want to suspend an infrequently used
+ instance or suspend an instance to perform system
+ maintenance.
+
+
+ Unpause
+ action
+ Unpauses a paused server. To unpause a server, make
+ an Unpause server request.
+