Terminate computer
computers.delete(strid)
DELETE/computers/{id}
Terminate and clean up a computer instance, stopping the session and recording metrics
Parameters
id: str
Terminate computer
import os
from tzafon import Lightcone
client = Lightcone(
api_key=os.environ.get("TZAFON_API_KEY"), # This is the default and can be omitted
)
client.computers.delete(
"id",
)