# File lib/deltacloud/drivers/rackspace/rackspace_driver.rb, line 90
  def stop_instance(credentials, id)
    destroy_instance(credentials, id)
  end