Destroy instance
Time for new ideas π‘π‘ see you soon πβ
Hit the trash button ποΈ on a running/paused instance to free up all the resources attached to the instance, including storage.
Destroy instance from inside a Jarvislabs instanceβ
You can simply call destroy()
from your python code to destroy the instance.
from jarviscloud import jarviscloud
jarviscloud.destroy()
Take care
This is an irrecoverable event, so ensure you have backed up any important data and code before destroying the instance.