cleanup_volumes

cleanup_volumes(project=None)

Delete the Modal Volume for a single project.

Defaults to the current project (auto-detected from notebook filename or working directory). Pass project="..." to target a specific one.

Examples::

cp.cleanup_volumes()                        # delete the current project's volume
cp.cleanup_volumes(project="my-research")   # delete a specific project's volume

Also stops any kept-warm session for the project (the dashboard goes offline).