Atom feed of this document
  
 

 Pause and unpause an instance

  • 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 
Questions? Discuss on ask.openstack.org
Found an error? Report a bug against this page

loading table of contents...