To add or remove hours to the deposit account we can use the sbank-deposit command.
For example to add 1000 hours to 'myaccount' we can do this
$ sbank deposit -c mycluster -a myaccount -t 1000
To remove 500 hours from 'myaccount'
$ sbank deposit -c mycluster -a myaccount -t -500