Destroy Instance
To free up all resources attached to a running/paused instance, including storage, hit the trash button ποΈ.
Destroying an Instance from Inside a Jarvislabs Instanceβ
You can simply call destroy()
from your Python code to destroy an instance.
from jarviscloud import jarviscloud
jarviscloud.destroy()
Take Care
Destroying an instance is an irrecoverable event. Ensure you have backed up any important data and code before proceeding.