Run the following command on the Cloud server (this works only on Linux servers):
UUID=`uuidgen`; xenstore-write data/host/$UUID '{"name":"resetnetwork","value":""}'; sleep 10; xenstore-read data/guest/$UUID; unset UUID
If completed successfully it will return something like this:
{"message": "", "returncode": "0"}