Skip to main content

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.

Jarvislabs.ai Pause

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.