To pause an instance, run the following command:
$ nova pause
INSTANCE_NAME
This command stores the state of the VM in RAM. A paused instance continues to run in a frozen state.
To unpause the instance, run the following command:
$ nova unpause
INSTANCE_NAME