hi, i'm not dani but i hope i helped you
you have to set the velocity to 0, 0, 0, like this
rigidbodyName.velocity = new Vector3(0, 0,0 );
then apply the new velocity or force to you game object
cheers