Delete snapshot with + in name

Hi

I accidentally added a + in the name of a snapshot and now the command just states error: not found. I have tried \ and ‘’ and " " but not been successful in the deletion of the snapshot.

Any help would be appreciated

Ah, I guess we should add that to the restricted characters…
@tomp

As for getting rid of it, try using %2B as a replacement for + (url encoded), that may work.

Can you show output of sudo lxd sql global 'select * from instances_snapshots'

@stgraber yeah will do.