Skip to main content

Destroy Instance

To free up all resources attached to a running/paused instance, including storage, hit the trash button πŸ—‘οΈ.

Jarvislabs.ai Pause

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.