How to Restore snapshop from 5 node cluster to single node host?

POST /_snapshot/my_backup/my_snapshot20201101/_restore
{
  "ignore_index_settings": "index.routing.allocation.require.box_type",
  "indices": "data_stream_1,index_1,index_2",
  "ignore_unavailable": true,
  "include_global_state": false,              
  "include_aliases": false
  }

Thank you very much. This seems to be working. It is now in progress with no errors.