Question: delete container

Viewed 22

Hello. Is it possible to stop and delete container using ssh2incus instead of manually executing incus commands please?

1 Answers

Version 0.10 has new command which allows deleting an instance:

  • Remove instance with confirmation:

    ssh -p 2222 /rm/test01.default@1.2.3.4
    # or
    ssh -p 2222 /remove/test01.default@1.2.3.4
    
  • Force remove without confirmation:

    ssh -p 2222 /rm-f/test01.default@1.2.3.4
    # or
    ssh -p 2222 /remove-force/test01.default@1.2.3.4
    

ssh2incus — ssh server for incus