Howto override remote profile with copy?

When I copy profile from remote for backup purpose I can’t override local profile
for example

lxc profile copy remote:profile1 profile1
Error: Error inserting "profile1" into database: The profile already exists

Then

lxc profile delete profile1
Error: Profile is currently in use

So one possibility is to remove profile from container - then delete profile - then copy profile from remote - and then finally add profile to container

Is there simple solution?
something like —force or --override --refresh
to update remote profile changes?

regards