When a Run object returns the "completed" state, can it be reinitialized?

One of the advantages of a Run object is that you can change the assistant’s instructions.

However, it seems unnecessary to update the instructions every time you send a message and create a Run.

I tested sending a message and using Retrieve run on an already completed Run object. But the returned Run remains completed.

Is it possible to use this Run?