How can I delete or set a TTL to auto delete a container instance? My use case is running batch jobs

How can I delete or set a TTL to auto delete a container instance? My use case is running batch jobs in containers (one time) then I will never use that instance again, they are just piling up in my dashboard and I can see many of them using
~~wrangler containers images list~~
I just realized this is the WRONG command, that is for 'images' , not 'instances' - I want to delete instances, not images.
Was this page helpful?