Skip to content

dstack import

The dstack import commands list resources imported into the project from other projects. See Exports for details.

dstack import list

The dstack import list command lists all imports in the project.

Usage
$ dstack import list --help
Usage: dstack import list [-h]

Options:
  -h, --help  show this help message and exit

dstack import delete

The dstack import delete command deletes the specified import. This makes the imported resources unavailable in your project, while they still exist in the host project.

Usage
$ dstack import delete --help
Usage: dstack import delete [-h] [-y] name

Positional Arguments:
  name        The import to delete, in `export-project/export-name` format

Options:
  -h, --help  show this help message and exit
  -y, --yes   Don't ask for confirmation