Use the example as a reference for sp_iq_reset_identity usage.
CREATE TABLE mytable(c1 INT identity)
call sp_iq_reset_identity('mytable', 'dba', 50)