archive_project#

ProjectApi.archive_project(path, include_job_files=True)#

Archive a project and save it to disk.

Parameters:
pathstr

Path for saving the archive locally.

include_job_filesbool, optional

Whether to include job files in the archive. The default is True.

Returns:
str

Path to the archive.