S3 Pipeline - Reset offset

Is there any way to reset an s3 pipeline offset to load all the data again?
I tried ALTER PIPELINE pipeliene_name SET OFFSETS ‘{}’ AND EARLIEST
but after the stop/start it didn’t take the values.

Thanks